|
@@ -476,17 +476,17 @@ export default {
|
476
|
476
|
margin-right: 14px;
|
477
|
477
|
width: 2.2rem;
|
478
|
478
|
}
|
479
|
|
-}
|
480
|
|
-
|
481
|
|
-.el-radio__inner {
|
482
|
|
- width: 16px;
|
483
|
|
- height: 16px;
|
484
|
|
- @media only screen and (min-width: 768px) {
|
485
|
|
- width: 26px;
|
486
|
|
- height: 26px;
|
487
|
|
- margin-bottom: 4px;
|
|
479
|
+ .el-radio__inner {
|
|
480
|
+ width: 16px !important;
|
|
481
|
+ height: 16px !important;
|
|
482
|
+ @media only screen and (min-width: 768px) {
|
|
483
|
+ width: 26px !important;
|
|
484
|
+ height: 26px !important;
|
|
485
|
+ margin-bottom: 4px !important;
|
|
486
|
+ }
|
488
|
487
|
}
|
489
|
488
|
}
|
|
489
|
+
|
490
|
490
|
.illnessInput {
|
491
|
491
|
.el-input__inner {
|
492
|
492
|
font-size: 0.45rem;
|