/*全局样式表*/
html, body, #app {
height: 100%;
margin: 0;
padding: 0;
/*min-width: 1200px;*/ /*这行代码目前不能加 加了工单打印宽度会出问题*/
/*overflow-y: hidden;*/
/*overflow-x: hidden;*/
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}
.body {
display: flex;
flex-direction: column;
height: 100%;
background-color: #eaecef;
margin: 0;
padding: 0 10px;
}
.el-table .custom-row {
background: #f8f8fa;
}
.el-table__body-wrapper {
background: #f8f8fa;
}
.el-table__body .el-table__row.hover-row td {
background-color: #eaecef !important;
}
.body .el-input__inner {
height: 34px !important;
}
.el-dialog__body {
padding: 50px 80px !important;
}
.el-dialog__body .el-input__inner {
height: 34px !important;
}
.el-icon-delete, .el-icon-edit-outline {
cursor: pointer;
margin-right: 15px;
}
.operationClass {
height: 23px;
display: flex;
align-items: center;
}
.el-message-box__btns {
display: flex;
justify-content: flex-end;
}
.el-button--text{
font-size: 14px !important;
cursor: pointer !important;
}
/*头部按钮组样式*/
.bodyTopButtonGroup {
/*padding-left: 10px;*/
display: flex;
background-color: #f8f8fa;
margin-top: 10px;
padding: 5px 10px;
border-bottom: 3px solid #eee;
}
/*头部表单组样式*/
.bodyTopFormGroup {
background-color: #f8f8fa;
padding: 10px 10px 0 10px;
display: flex;
flex-direction: column;
}
.bodySearchReset {
display: flex;
align-items: start;
margin-top: 3px;
/*margin-left: 5%;*/
/*margin-left: 10%;*/
}
.bodyTopFormExpand {
display: block;
text-align: center;
margin-top: 5px;
/*justify-content: center;*/
/*align-items: center;*/
/*background-color: #eee;*/
/*cursor: pointer;*/
}
.bodyTopFormExpand:hover {
color: #00ff8b !important;
}
.svg-icon:hover {
color: #00ff8b !important;
/*background-color: #00ff8b !important;*/
}
.elForm {
display: flex;
/*justify-content: flex-start;*/
/*justify-content: space-between;*/
/*justify-content: space-around;*/
width: 100%;
/*min-height:42px !important;*/
flex-wrap: wrap;
}
.elForm .el-form-item {
margin-bottom: 0 !important;
}
.elTableDiv {
display: flex;
border: 1px solid #eee;
/*width: 99%;*/
width: 100%;
margin: 10px auto;
/*margin-top: 20px;*/
box-shadow: 0 0 5px #d7d6d6;
position: relative;
}
/*.operationClass {*/
/* height: 23px;*/
/* display: flex;*/
/* justify-content: space-between;*/
/* align-items: center;*/
/*}*/
/*对话框按钮底部*/
.footerButton {
display: flex;
justify-content: end;
}
.ellipsis {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.osloading {
font-size: 26px !important;
}
.el-loading-text {
font-size: 26px !important;
}
.el-button {
height: 34px;
display: flex !important;
align-items: center;
justify-content: center;
}
/*
定义滚动条高宽及背景
高宽分别对应横竖滚动条的尺寸
*/
/*::-webkit-scrollbar {*/
/* width: 7px;*/
/* height: 7px;*/
/* !*background-color: white;*!*/
/* background-color: #f8f8fa;*/
/*}*/
/*::-webkit-scrollbar-thumb {*/
/* !*box-shadow: inset 0 0 0px white;*!*/
/* box-shadow: inset 0 0 0px #f8f8fa;*/
/* !*-webkit-box-shadow: inset 0 0 0px white;*!*/
/* -webkit-box-shadow: inset 0 0 0px #f8f8fa;*/
/* background-color: rgb(193, 193, 193);*/
/* !*滚动条的背景颜色*!*/
/* border-radius: 20px;*/
/*}*/
/*!*解决表格固定列时的压样式问题*!*/
/*.el-table__fixed {*/
/* height: calc(100% - 7px) !important;*/
/*}*/
/*.el-table__fixed-right {*/
/* height: calc(100% - 12px) !important;*/
/*}*/
/*.el-table__fixed-right::before,*/
/*.el-table__fixed::before {*/
/* !*background-color: unset !important;*!*/
/* background-color: #f8f8fa !important;*/
/*}*/
/*scrollbar END*/
/*解决固定滚动条高低像素差*/
.el-table__fixed::before {
height: 0 !important;
}
.el-table__fixed-right::before {
height: 0 !important;
}