style:列表样式修改
Showing
8 changed files
with
39 additions
and
9 deletions
src/components/Button/src/button.vue
0 → 100644
-
Please register or sign in to post a comment
... | ... | @@ -147,6 +147,9 @@ div:focus { |
padding-left: 5px; | ||
} | ||
.mt-10 { | ||
margin-top: 10px; | ||
} | ||
//flex | ||
.d-flex { | ||
display: flex; | ||
... | ... |
... | ... | @@ -101,6 +101,10 @@ |
//修改表头的背景颜色横向渐变色 | ||
@extend .tableClass; | ||
/deep/.el-pagination__total { | ||
color: #FFFFFF; | ||
} | ||
} | ||
.el-form--inline .el-form-item { | ||
... | ... |