2025-06-11 17:46:57 +08:00

13 lines
210 B
CSS

.upload-download {
width: 250px;
display: flex;
justify-content: space-between;
margin: 50px 10px;
}
table {
font-size: 12px !important;
}
.el-upload__input{
display: none !important;
}