调整bug

This commit is contained in:
24kycj
2025-04-09 12:13:26 +08:00
parent f4884d14f2
commit 9386c39ed9
6 changed files with 119 additions and 62 deletions
+19 -6
View File
@@ -742,15 +742,19 @@ export default {
width: 250px;
height: 42px;
cursor: pointer;
background: rgba(0, 195, 37, 0.12);
color: #333;
border: 1px solid #999;
border-radius: 4px;
border: 1px solid rgba(0, 195, 37, 0.32);
line-height: 40px;
text-align: center;
font-weight: 500;
font-size: 19px;
color: #00c325;
margin: 6px;
&:hover {
background: rgba(0, 195, 37, 0.12);
border: 1px solid rgba(0, 195, 37, 0.32);
color: #00c325;
}
}
}
.form_input {
@@ -758,13 +762,14 @@ export default {
height: 42px;
background: #ffffff;
border-radius: 4px;
border: 1px solid #98e8a6;
border: 1px solid #999;
overflow: hidden;
::v-deep {
.el-input-group__append {
font-size: 16px;
color: #000;
font-weight: 500;
border-radius: 0;
}
.el-input__inner {
width: 360px;
@@ -787,8 +792,16 @@ export default {
height: 40px;
border: none;
padding: 0;
background: #00c325;
background: transparent;
border-radius: 0px 4px 4px 0px;
color: #333;
font-weight: bold;
font-size: 16px;
&:hover {
background: #00c325;
color: #fff;
border: none;
}
}
}
}
@@ -816,7 +829,7 @@ export default {
line-height: 24px;
}
.el-checkbox__input.is-checked + .el-checkbox__label {
color: #00c325;
color: #333;
}
}
.form_select {