86 lines
1.2 KiB
CSS
86 lines
1.2 KiB
CSS
|
|
@charset "UTF-8";
|
||
|
|
.el-breadcrumb__inner,
|
||
|
|
.el-breadcrumb__inner a {
|
||
|
|
font-weight: 400 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.el-upload input[type="file"] {
|
||
|
|
display: none !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.el-upload__input {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.cell .el-tag {
|
||
|
|
margin-right: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.small-padding .cell {
|
||
|
|
padding-left: 5px;
|
||
|
|
padding-right: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.fixed-width .el-button--mini {
|
||
|
|
padding: 7px 10px;
|
||
|
|
width: 60px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.status-col .cell {
|
||
|
|
padding: 0 10px;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.status-col .cell .el-tag {
|
||
|
|
margin-right: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.el-dialog {
|
||
|
|
transform: none;
|
||
|
|
left: 0;
|
||
|
|
position: relative;
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.upload-container .el-upload {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.upload-container .el-upload .el-upload-dragger {
|
||
|
|
width: 100%;
|
||
|
|
height: 200px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.el-dropdown-menu a {
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.el-textarea__inner {
|
||
|
|
font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
|
||
|
|
}
|
||
|
|
|
||
|
|
.el-range-editor.el-input__inner {
|
||
|
|
display: inline-flex !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.el-range-separator {
|
||
|
|
box-sizing: content-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
.el-menu--collapse
|
||
|
|
> div
|
||
|
|
> .el-submenu
|
||
|
|
> .el-submenu__title
|
||
|
|
.el-submenu__icon-arrow {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.el-card {
|
||
|
|
border-radius: 0;
|
||
|
|
border: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.el-form-item--mini.el-form-item {
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|