body{
|
font-family: "microsoft yahei",arial,helvetica,sans-serif;
|
overflow: auto;
|
font-size: 14px;
|
color: #333333;
|
background-color: #01203c;
|
}
|
html,body{
|
height: 100%;
|
width: 100%;
|
}
|
.auto-wrap{
|
word-break:break-all;
|
word-wrap:break-word;
|
}
|
.no-wrap,.ellipsis{
|
white-space:nowrap;
|
}
|
.ellipsis{
|
overflow:hidden;
|
text-overflow:ellipsis;
|
}
|
|
.full-width{
|
width: 100% !important;
|
}
|
|
.block-btn{
|
width: 100%;
|
}
|
|
.sy-modal .el-dialog__header{
|
border-bottom: 1px solid #F2F2F2;
|
}
|
.sy-modal .el-dialog__footer{
|
border-top: 1px solid #F2F2F2;
|
padding-bottom: 12px;
|
}
|
.sy-modal .el-dialog__body{
|
padding: 0;
|
}
|
.el-header,.el-main{
|
padding: 0 !important;
|
}
|
|
.el-sub-menu__title .iconfont,
|
.el-menu-item .iconfont{
|
font-size: 1.2em;
|
margin-right: 4px;
|
}
|
.user-dropdown-item{
|
display: flex;
|
box-sizing: border-box;
|
width: 100%;
|
align-items: center;
|
}
|
|
.subpages-containter-box{
|
padding: 12px;
|
background-color: #FFFFFF;
|
border-radius: 6px;
|
}
|
.el-button>span {
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
.el-button .btn-left-icon{
|
margin-right: 6px;
|
}
|
|
.el-table .el-checkbox{
|
height: auto;
|
}
|
|
.default-form-width{
|
width: 270px !important;
|
}
|
.el-select.default-form-width{
|
width: 264.2px;
|
}
|
.el-date-editor--daterange.el-input__inner.default-form-width{
|
width: 270px !important;
|
}
|
|
.table-header-row,.table-header-between-row{
|
padding-bottom: 8px;
|
}
|
.table-header-between-row{
|
display: flex;
|
justify-content: space-between;
|
}
|
.pagination-row{
|
padding-top: 8px;
|
display: flex;
|
justify-content: flex-end;
|
}
|
.pagination-row .el-pagination{
|
padding: 0;
|
}
|
|
.sy-default-form-modal-content{
|
padding: 22px 22px 0 0;
|
}
|
.sy-default-choose-table-modal-content{
|
padding: 12px 16px;
|
}
|
|
.el-descriptions__label{
|
color: #000000;
|
font-size: 1.1em;
|
}
|
|
.el-form--inline.search-form .el-form-item{
|
margin-bottom: 12px;
|
}
|
|
.el-icon{
|
font-size: inherit !important;
|
}
|
.el-table .el-table__header th.el-table__cell {
|
background-color: #F0F8FF;
|
}
|
.el-table .el-table__cell{
|
padding: 6px 0 !important;
|
}
|
|
.el-progress-bar__innerText{
|
color: #333333 !important;
|
}
|
|
.el-pager li.el-icon-more{
|
font-size: var(--el-pagination-font-size) !important;
|
}
|
|
.el-loading-mask{
|
background: rgb(128 128 128 / 1%) !important
|
}
|
.fontSmall {
|
/* zoom: .75; */
|
}
|
|
|
/* 如果浏览器尺寸是3840 */
|
/* @media screen and (min-width:3839px){
|
body{
|
zoom: 2;
|
}
|
} */
|