From 1bea37073f305929215bf2c3f28e2263acb6fc20 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期一, 13 二月 2023 19:53:42 +0800 Subject: [PATCH] # --- pages/pakin/matSelect.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/pages/pakin/matSelect.vue b/pages/pakin/matSelect.vue index 02409e3..44a71cd 100644 --- a/pages/pakin/matSelect.vue +++ b/pages/pakin/matSelect.vue @@ -1,8 +1,12 @@ <template> + <view class="uni-input"> + <uni-search-bar @confirm="" @input="" bgColor="#FFF"/> + </view> </template> <script> </script> -<style> +<style lang="less"> + @import "../../static/css/app.less"; </style> \ No newline at end of file -- Gitblit v1.9.1