|
|
|
@ -103,52 +103,29 @@ body {
|
|
|
|
|
width: 204px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// .el-button.is-plain:hover {
|
|
|
|
|
// background: transform !important;
|
|
|
|
|
// border-color: none !important;
|
|
|
|
|
// color: none !important;
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
.btn_eldefault {
|
|
|
|
|
min-width: 71px;
|
|
|
|
|
.btn_word {
|
|
|
|
|
color: white !important;
|
|
|
|
|
background: #909399 !important;
|
|
|
|
|
height: 26px;
|
|
|
|
|
background: #335eb6 !important;
|
|
|
|
|
}
|
|
|
|
|
.btn_eldefault:disabled {
|
|
|
|
|
.btn_word:disabled {
|
|
|
|
|
color: white !important;
|
|
|
|
|
background: #909399 !important;
|
|
|
|
|
background: #335eb6 !important;
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
|
|
|
|
.btn_eldefault:hover {
|
|
|
|
|
border: 0px !important;
|
|
|
|
|
color: white !important;
|
|
|
|
|
background: #909399 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn_new {
|
|
|
|
|
width: 71px;
|
|
|
|
|
height: 26px;
|
|
|
|
|
background-color: #0081ff;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
.btn_new:hover {
|
|
|
|
|
border: 0px !important;
|
|
|
|
|
color: white !important;
|
|
|
|
|
background-color: #0081ff !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn_xiugai:disabled {
|
|
|
|
|
background-color: #e6a23c !important;
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
color: white !important;
|
|
|
|
|
}
|
|
|
|
|
.btn_xiugai:hover {
|
|
|
|
|
border: 0px !important;
|
|
|
|
|
color: white !important;
|
|
|
|
|
background-color: #e6a23c !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn_xiugai {
|
|
|
|
|
width: 71px;
|
|
|
|
|
height: 26px;
|
|
|
|
|
color: white;
|
|
|
|
|
background-color: #e6a23c;
|
|
|
|
|
}
|
|
|
|
@ -157,33 +134,21 @@ body {
|
|
|
|
|
background-color: #f56c6c !important;
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
|
|
|
|
.btn_sanchu:hover {
|
|
|
|
|
border: 0px !important;
|
|
|
|
|
color: white !important;
|
|
|
|
|
background-color: #f56c6c !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn_sanchu {
|
|
|
|
|
width: 71px;
|
|
|
|
|
height: 26px !important;
|
|
|
|
|
color: white;
|
|
|
|
|
background-color: #f56c6c;
|
|
|
|
|
}
|
|
|
|
|
.btn_sanchu:hover {
|
|
|
|
|
border: 0px !important;
|
|
|
|
|
color: white !important;
|
|
|
|
|
background-color: #f56c6c !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn_chu {
|
|
|
|
|
width: 71px;
|
|
|
|
|
height: 26px;
|
|
|
|
|
color: white;
|
|
|
|
|
background-color: #23b899;
|
|
|
|
|
}
|
|
|
|
|
.btn_chu:hover {
|
|
|
|
|
border: 0px !important;
|
|
|
|
|
color: white !important;
|
|
|
|
|
background-color: #23b899 !important;
|
|
|
|
|
}
|
|
|
|
|
// .table_container .el-button.is-plain:hover,
|
|
|
|
|
// .el-button.is-plain:focus {
|
|
|
|
|
// border: 0px !important;
|
|
|
|
|
// background: black;
|
|
|
|
|
// }
|
|
|
|
|
// 搜索label
|
|
|
|
|
.search_box .el-form-item__label {
|
|
|
|
|
font-size: 14px;
|
|
|
|
@ -659,3 +624,7 @@ body {
|
|
|
|
|
.fixed-header + .app-main {
|
|
|
|
|
padding-top: 75px !important;
|
|
|
|
|
}
|
|
|
|
|
//固定头部右侧留白问题
|
|
|
|
|
.el-popup-parent--hidden .fixed-header {
|
|
|
|
|
padding-right: 0px !important;
|
|
|
|
|
}
|
|
|
|
|