diff --git a/pages/index.vue b/pages/index.vue index c50edfc..3c365fe 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -27,8 +27,8 @@ - + @@ -827,6 +827,15 @@ font-size: 16px; color: #fff; } + + ::v-deep.uni-searchbar { + height: 33px; + padding: 0; + + .uni-searchbar__box { + height: 33px; + } + } } }