美文网首页
ElementUi样式调整手册

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