文件上传进度条

This commit is contained in:
zhujiyan
2024-09-23 10:17:14 +08:00
parent d4d7abedae
commit e0745fb66f
2 changed files with 60 additions and 24 deletions

View File

@@ -213,3 +213,13 @@
.el-drawer__header {
margin-bottom: 0 !important;
}
//tabs 添加icon样式
.custom-tabs-label{
display: flex;
align-items: center;
justify-content: space-between;
.el-icon {
margin-right: 5px;
}
}