|
@@ -1218,21 +1218,22 @@ export default {
|
|
|
padding-left: 10px;
|
|
|
width: 73px;
|
|
|
}
|
|
|
-.btns .el-input__suffix {
|
|
|
- // display: none;
|
|
|
- visibility: hidden;
|
|
|
-}
|
|
|
-.btns :hover {
|
|
|
- /deep/ .el-input__suffix {
|
|
|
- // display: inline-block;
|
|
|
- visibility: inherit;
|
|
|
- }
|
|
|
-}
|
|
|
+// .btns .el-input__suffix {
|
|
|
+// // display: none;
|
|
|
+// visibility: hidden;
|
|
|
+// }
|
|
|
+// .btns :hover {
|
|
|
+// /deep/ .el-input__suffix {
|
|
|
+// // display: inline-block;
|
|
|
+// visibility: inherit;
|
|
|
+// }
|
|
|
+// }
|
|
|
.item{
|
|
|
/deep/ input {
|
|
|
color: rgb(126, 211, 33);
|
|
|
border: 1px solid rgb(126, 211, 33);
|
|
|
border-color: rgb(126, 211, 33) !important;
|
|
|
+ font-weight: 900;
|
|
|
}
|
|
|
/deep/ .el-input__suffix {
|
|
|
color: rgb(126, 211, 33) !important;
|
|
@@ -1247,6 +1248,7 @@ export default {
|
|
|
color: rgb(255, 204, 102);
|
|
|
border: 1px solid rgb(255, 204, 102);
|
|
|
border-color: rgb(255, 204, 102) !important;
|
|
|
+ font-weight: 900;
|
|
|
}
|
|
|
/deep/ .el-input__suffix {
|
|
|
color: rgb(255, 204, 102) !important;
|
|
@@ -1261,6 +1263,7 @@ export default {
|
|
|
color: rgb(245, 108, 108);
|
|
|
border: 1px solid rgb(245, 108, 108);
|
|
|
border-color: rgb(245, 108, 108) !important;
|
|
|
+ font-weight: 900;
|
|
|
}
|
|
|
/deep/ .el-input__suffix {
|
|
|
color: rgb(245, 108, 108) !important;
|
|
@@ -1275,6 +1278,7 @@ export default {
|
|
|
color: #D675F0;
|
|
|
border: 1px solid #D675F0;
|
|
|
border-color: #D675F0 !important;
|
|
|
+ font-weight: 900;
|
|
|
}
|
|
|
/deep/ .el-input__suffix {
|
|
|
color: #D675F0 !important;
|
|
@@ -1289,6 +1293,7 @@ export default {
|
|
|
color: rgb(106, 180, 255);
|
|
|
border: 1px solid rgb(106, 180, 255);
|
|
|
border-color: rgb(106, 180, 255) !important;
|
|
|
+ font-weight: 900;
|
|
|
}
|
|
|
/deep/ .el-input__suffix {
|
|
|
color: rgb(106, 180, 255) !important;
|