parent
62081aebb9
commit
3f1427eef9
@ -1,84 +1,92 @@ |
|||||||
// cover some element-ui styles |
// cover some element-ui styles |
||||||
|
|
||||||
.el-breadcrumb__inner, |
.el-breadcrumb__inner, |
||||||
.el-breadcrumb__inner a { |
.el-breadcrumb__inner a { |
||||||
font-weight: 400 !important; |
font-weight: 400 !important; |
||||||
} |
} |
||||||
|
|
||||||
.el-upload { |
.el-upload { |
||||||
input[type="file"] { |
input[type="file"] { |
||||||
display: none !important; |
display: none !important; |
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
.el-upload__input { |
.el-upload__input { |
||||||
display: none; |
display: none; |
||||||
} |
} |
||||||
|
|
||||||
.cell { |
.cell { |
||||||
.el-tag { |
.el-tag { |
||||||
margin-right: 0px; |
margin-right: 0px; |
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
.small-padding { |
.small-padding { |
||||||
.cell { |
.cell { |
||||||
padding-left: 5px; |
padding-left: 5px; |
||||||
padding-right: 5px; |
padding-right: 5px; |
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
.fixed-width { |
.fixed-width { |
||||||
.el-button--mini { |
.el-button--mini { |
||||||
padding: 7px 10px; |
padding: 7px 10px; |
||||||
width: 60px; |
width: 60px; |
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
.status-col { |
.status-col { |
||||||
.cell { |
.cell { |
||||||
padding: 0 10px; |
padding: 0 10px; |
||||||
text-align: center; |
text-align: center; |
||||||
|
|
||||||
.el-tag { |
.el-tag { |
||||||
margin-right: 0px; |
margin-right: 0px; |
||||||
} |
} |
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
// to fixed https://github.com/ElemeFE/element/issues/2461 |
// to fixed https://github.com/ElemeFE/element/issues/2461 |
||||||
.el-dialog { |
.el-dialog { |
||||||
transform: none; |
transform: none; |
||||||
left: 0; |
left: 0; |
||||||
position: relative; |
position: relative; |
||||||
margin: 0 auto; |
margin: 0 auto; |
||||||
} |
} |
||||||
|
|
||||||
// refine element ui upload |
// refine element ui upload |
||||||
.upload-container { |
.upload-container { |
||||||
.el-upload { |
.el-upload { |
||||||
width: 100%; |
width: 100%; |
||||||
|
|
||||||
.el-upload-dragger { |
.el-upload-dragger { |
||||||
width: 100%; |
width: 100%; |
||||||
height: 200px; |
height: 200px; |
||||||
} |
} |
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
// dropdown |
// dropdown |
||||||
.el-dropdown-menu { |
.el-dropdown-menu { |
||||||
a { |
a { |
||||||
display: block |
display: block |
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
// fix date-picker ui bug in filter-item |
// fix date-picker ui bug in filter-item |
||||||
.el-range-editor.el-input__inner { |
.el-range-editor.el-input__inner { |
||||||
display: inline-flex !important; |
display: inline-flex !important; |
||||||
} |
} |
||||||
|
|
||||||
// to fix el-date-picker css style |
// to fix el-date-picker css style |
||||||
.el-range-separator { |
.el-range-separator { |
||||||
box-sizing: content-box; |
box-sizing: content-box; |
||||||
} |
} |
||||||
|
|
||||||
|
.el-menu--collapse |
||||||
|
> div |
||||||
|
> .el-submenu |
||||||
|
> .el-submenu__title |
||||||
|
.el-submenu__icon-arrow { |
||||||
|
display: none; |
||||||
|
} |
Loading…
Reference in new issue