From 3f2fffcb6e1b4966b36492118409f562d3c7ce28 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 02 十二月 2022 08:31:41 +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