diff --git a/common/style/layout.styl b/common/style/layout.styl index c88b228..f391051 100644 --- a/common/style/layout.styl +++ b/common/style/layout.styl @@ -206,6 +206,15 @@ uni-button:after { .filter_input_disabled { background-color: #eee; } +.scan_input { + width: 100%; + height: 80rpx; + font-size: 28rpx; + line-height: 80rpx; + color: #606266; + border: 0; + background-color: transparent; +} .filter_item-1 { border-bottom: 2rpx solid #dcdfe6; } diff --git a/components/SearchBoxMx.vue b/components/SearchBoxMx.vue index da907d1..c9698af 100644 --- a/components/SearchBoxMx.vue +++ b/components/SearchBoxMx.vue @@ -1,11 +1,8 @@ @@ -72,9 +69,13 @@