13 lines
210 B
CSS
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;
|
|
} |