ElementUi样式调整手册
作者:
时修七年 | 来源:发表于
2018-12-28 10:07 被阅读24次@import 'element-ui/lib/theme-chalk/index.css';
/* 进度条位置调整 */
.el-upload-list {
position: fixed;
z-index: 100;
top: 30px;
right: 10px;
margin: 0;
padding: 10px 50px;
list-style: none;
width: 30%;
list-style: none;
color: #fff;
}
.el-upload-list__item {
background-color: #F2F6FC;
padding-top: 8px;
padding-bottom: 5px
}
.el-upload-list__item is-success {
background-color: #F2F6FC;
}
/* 进度条进度条距离title的距离 */
.el-progress-bar__outer {
top: 5px
}
/* 进度条位置调整end */
本文标题:ElementUi样式调整手册
本文链接:https://www.haomeiwen.com/subject/ldfslqtx.html
网友评论