ElementUi样式调整手册
2018-12-28 本文已影响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 */