Files
crawlab/frontend/crawlab-ui/src/styles/element-ui.css

33 lines
370 B
CSS

.el-upload {
input[type="file"] {
display: none !important;
}
}
.el-upload__input {
display: none;
}
.upload-container {
.el-upload {
width: 100%;
.el-upload-dragger {
width: 100%;
height: 200px;
}
}
}
.el-button {
&:not(.is-circle) {
.fa {
margin-right: 5px;
}
}
}
:root {
--el-font-weight-primary: 400;
}