|
|
|
@ -108,10 +108,7 @@ body {
|
|
|
|
|
// border-color: none !important;
|
|
|
|
|
// color: none !important;
|
|
|
|
|
// }
|
|
|
|
|
.el-button.is-plain:hover {
|
|
|
|
|
border: 0px !important;
|
|
|
|
|
color: white !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn_eldefault {
|
|
|
|
|
min-width: 71px;
|
|
|
|
|
color: white !important;
|
|
|
|
@ -119,6 +116,8 @@ body {
|
|
|
|
|
height: 26px;
|
|
|
|
|
}
|
|
|
|
|
.btn_eldefault:hover {
|
|
|
|
|
border: 0px !important;
|
|
|
|
|
color: white !important;
|
|
|
|
|
background: #909399 !important;
|
|
|
|
|
}
|
|
|
|
|
.btn_new {
|
|
|
|
@ -128,6 +127,8 @@ body {
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
.btn_new:hover {
|
|
|
|
|
border: 0px !important;
|
|
|
|
|
color: white !important;
|
|
|
|
|
background-color: #0081ff !important;
|
|
|
|
|
}
|
|
|
|
|
.btn_xiugai:disabled {
|
|
|
|
@ -136,6 +137,8 @@ body {
|
|
|
|
|
color: white !important;
|
|
|
|
|
}
|
|
|
|
|
.btn_xiugai:hover {
|
|
|
|
|
border: 0px !important;
|
|
|
|
|
color: white !important;
|
|
|
|
|
background-color: #e6a23c !important;
|
|
|
|
|
}
|
|
|
|
|
.btn_xiugai {
|
|
|
|
@ -150,6 +153,8 @@ body {
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
|
|
|
|
.btn_sanchu:hover {
|
|
|
|
|
border: 0px !important;
|
|
|
|
|
color: white !important;
|
|
|
|
|
background-color: #f56c6c !important;
|
|
|
|
|
}
|
|
|
|
|
.btn_sanchu {
|
|
|
|
@ -159,6 +164,8 @@ body {
|
|
|
|
|
background-color: #f56c6c;
|
|
|
|
|
}
|
|
|
|
|
.btn_sanchu:hover {
|
|
|
|
|
border: 0px !important;
|
|
|
|
|
color: white !important;
|
|
|
|
|
background-color: #f56c6c !important;
|
|
|
|
|
}
|
|
|
|
|
.btn_chu {
|
|
|
|
@ -168,6 +175,8 @@ body {
|
|
|
|
|
background-color: #23b899;
|
|
|
|
|
}
|
|
|
|
|
.btn_chu:hover {
|
|
|
|
|
border: 0px !important;
|
|
|
|
|
color: white !important;
|
|
|
|
|
background-color: #23b899 !important;
|
|
|
|
|
}
|
|
|
|
|
// 搜索label
|
|
|
|
|