提交 f66b0cd4 编写于 作者: LUCIFER-ZHU's avatar LUCIFER-ZHU

update: 更新样式

上级 8850750e
......@@ -5,4 +5,5 @@
@import './select.scss';
@import './switch.scss';
@import './slider.scss';
@import './table.scss';
\ No newline at end of file
@import './table.scss';
@import './upload.scss';
\ No newline at end of file
.upload-col{
>div{
display: flex;
flex-direction: column-reverse;
}
.el-upload{
width: 100%;
.el-button{
width: 100%;
background: var(--app-color-white);
border: 1px solid var(--app-color-gray-235);
border-radius: 0;
}
}
.el-upload-list{
.el-upload-list__item{
.el-upload-list__item-name{
color: var(--app-color-blue);
.el-icon-document{
display: none;
}
}
}
}
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册