From f3fd6931f2f1c68b9f51a51de2eeb32f07135a53 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期五, 21 三月 2025 16:50:54 +0800 Subject: [PATCH] #出入库修改 --- pages/basics/demo02.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/basics/demo02.vue b/pages/basics/demo02.vue index 74ef7b7..d03e40c 100644 --- a/pages/basics/demo02.vue +++ b/pages/basics/demo02.vue @@ -1,14 +1,14 @@ <template> <!-- 绐楀彛瀹瑰櫒 --> - <view> - <!-- 鎼滅储妗� --> + <view style="width: 100%;"> + <!-- 鏉$爜鎵弿妗� --> <view class="search-box"> - <view > + <view> <view class="search-box-title">搴撲綅鐮� : </view> - <input class="search-box-input" :placeholder-style="placeholderStyle" type="text" > + <input class="search-box-input" placeholder-style="placeholderStyle" type="text" > </view> - </view> + </view> </template> @@ -23,5 +23,5 @@ </script> <style> - @import url("@/static/css/demo02.css"); + @import url("@/static/css/common.css"); </style> \ No newline at end of file -- Gitblit v1.9.1