diff --git a/common/style/layout.styl b/common/style/layout.styl index 5f9c929..82a581e 100644 --- a/common/style/layout.styl +++ b/common/style/layout.styl @@ -167,6 +167,11 @@ uni-button:after { // text-align-last: justify; // text-justify: inter-ideograph;/*兼容ie*/ } +.is-required .filter_label:after { + content: "*"; + color: #D7592F; + margin-left: 4px; +} .filter_label_1 { line-height: 30rpx; } @@ -452,6 +457,10 @@ uni-button[size=mini] { .uni-select__selector { z-index: 300 !important; } +.uni-select { + height: 80rpx !important; + border-color: #dcdfe6 !important; +} /** 弹窗 */ .popshow { diff --git a/pages/SecondPhase/BoxReturn.vue b/pages/SecondPhase/BoxReturn.vue index 5a1045e..c0f2ae1 100644 --- a/pages/SecondPhase/BoxReturn.vue +++ b/pages/SecondPhase/BoxReturn.vue @@ -4,7 +4,7 @@ - + {{$t('filter.pack-point')}} @@ -14,7 +14,7 @@ /> - + {{$t('filter.box-no')}} @@ -28,7 +28,7 @@ - + @@ -36,6 +36,7 @@