|
@@ -440,20 +440,22 @@ export default {
|
440
|
440
|
</style>
|
441
|
441
|
<style lang="scss">
|
442
|
442
|
.content {
|
443
|
|
- .cell {
|
444
|
|
- .inputBox {
|
445
|
|
- @media only screen and (max-width: 767px) {
|
446
|
|
- padding: 10.6px 0 !important;
|
447
|
|
- padding-left: 5px !important;
|
448
|
|
- font-size: 0.42rem !important;
|
|
443
|
+ .newContent {
|
|
444
|
+ .cell {
|
|
445
|
+ .inputBox {
|
|
446
|
+ @media only screen and (max-width: 767px) {
|
|
447
|
+ padding: 10.6px 0 !important;
|
|
448
|
+ padding-left: 5px !important;
|
|
449
|
+ font-size: 0.42rem !important;
|
|
450
|
+ }
|
449
|
451
|
}
|
450
|
|
- }
|
451
|
|
- .el-input__inner {
|
452
|
|
- font-size: 0.42rem;
|
453
|
|
- }
|
454
|
|
- .is-disabled {
|
455
|
452
|
.el-input__inner {
|
456
|
|
- color: #999;
|
|
453
|
+ font-size: 0.42rem;
|
|
454
|
+ }
|
|
455
|
+ .is-disabled {
|
|
456
|
+ .el-input__inner {
|
|
457
|
+ color: #999;
|
|
458
|
+ }
|
457
|
459
|
}
|
458
|
460
|
}
|
459
|
461
|
}
|