feat: 添加文件上传示例

This commit is contained in:
xiaoxian521
2024-01-21 23:14:46 +08:00
parent 9b5745a9a1
commit 0887dd46d5
13 changed files with 807 additions and 359 deletions

View File

@@ -7,35 +7,10 @@
font-weight: 400 !important;
}
.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-dropdown-menu {
padding: 0 !important;
}
.el-range-separator {
box-sizing: content-box;
}
.is-dark {
z-index: 9999 !important;
}