Commit f45a259a by 米嘉伟

质量检查按钮禁用

parent 10dca28f
...@@ -821,6 +821,8 @@ export default { ...@@ -821,6 +821,8 @@ export default {
.btnhgPlus { .btnhgPlus {
background: #ecedf1; background: #ecedf1;
color: #aeafb4; color: #aeafb4;
cursor: not-allowed;
pointer-events: none;
} }
.btnbhg { .btnbhg {
width: 86px; width: 86px;
...@@ -836,6 +838,8 @@ export default { ...@@ -836,6 +838,8 @@ export default {
.btnbhgPlus { .btnbhgPlus {
background: #ecedf1; background: #ecedf1;
color: #aeafb4; color: #aeafb4;
cursor: not-allowed;
pointer-events: none;
} }
} }
p { p {
...@@ -903,6 +907,8 @@ export default { ...@@ -903,6 +907,8 @@ export default {
.btnhgPlus { .btnhgPlus {
background: #ecedf1; background: #ecedf1;
color: #aeafb4; color: #aeafb4;
pointer-events: none;
cursor: not-allowed;
} }
.btnbhg { .btnbhg {
width: 86px; width: 86px;
...@@ -918,6 +924,8 @@ export default { ...@@ -918,6 +924,8 @@ export default {
.btnbhgPlus { .btnbhgPlus {
background: #ecedf1; background: #ecedf1;
color: #aeafb4; color: #aeafb4;
pointer-events: none;
cursor: not-allowed;
} }
} }
......
...@@ -479,6 +479,7 @@ export default { ...@@ -479,6 +479,7 @@ export default {
.btnhgPlus { .btnhgPlus {
background: #ecedf1; background: #ecedf1;
color: #aeafb4; color: #aeafb4;
pointer-events: none;
} }
.btnbhg { .btnbhg {
width: 86px; width: 86px;
...@@ -494,6 +495,7 @@ export default { ...@@ -494,6 +495,7 @@ export default {
.btnbhgPlus { .btnbhgPlus {
background: #ecedf1; background: #ecedf1;
color: #aeafb4; color: #aeafb4;
pointer-events: none;
} }
} }
p { p {
...@@ -574,6 +576,7 @@ export default { ...@@ -574,6 +576,7 @@ export default {
.btnhgPlus { .btnhgPlus {
background: #ecedf1; background: #ecedf1;
color: #aeafb4; color: #aeafb4;
pointer-events: none;
} }
.btnbhg { .btnbhg {
width: 86px; width: 86px;
...@@ -589,6 +592,7 @@ export default { ...@@ -589,6 +592,7 @@ export default {
.btnbhgPlus { .btnbhgPlus {
background: #ecedf1; background: #ecedf1;
color: #aeafb4; color: #aeafb4;
pointer-events: none;
} }
} }
......
...@@ -449,6 +449,7 @@ export default { ...@@ -449,6 +449,7 @@ export default {
.btnhgPlus { .btnhgPlus {
background: #ecedf1; background: #ecedf1;
color: #aeafb4; color: #aeafb4;
pointer-events: none;
} }
.btnbhg { .btnbhg {
width: 86px; width: 86px;
...@@ -464,6 +465,7 @@ export default { ...@@ -464,6 +465,7 @@ export default {
.btnbhgPlus { .btnbhgPlus {
background: #ecedf1; background: #ecedf1;
color: #aeafb4; color: #aeafb4;
pointer-events: none;
} }
} }
p { p {
...@@ -531,6 +533,7 @@ export default { ...@@ -531,6 +533,7 @@ export default {
.btnhgPlus { .btnhgPlus {
background: #ecedf1; background: #ecedf1;
color: #aeafb4; color: #aeafb4;
pointer-events: none;
} }
.btnbhg { .btnbhg {
width: 86px; width: 86px;
...@@ -546,6 +549,7 @@ export default { ...@@ -546,6 +549,7 @@ export default {
.btnbhgPlus { .btnbhgPlus {
background: #ecedf1; background: #ecedf1;
color: #aeafb4; color: #aeafb4;
pointer-events: none;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment