提交 afa3298d 编写于 作者: 雪洛's avatar 雪洛

feat: 放开更多支持小程序的示例

上级 e5c8c12e
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
} }
.uni-flex { .uni-flex {
/* #ifdef WEB */ /* #ifdef WEB || MP */
display: flex; display: flex;
/* #endif */ /* #endif */
flex-direction: row; flex-direction: row;
......
...@@ -84,10 +84,10 @@ ...@@ -84,10 +84,10 @@
<view class="input-wrapper"> <view class="input-wrapper">
<input class="uni-input" :type="inputType" :value="inputClearValue" :placeholder="title" maxlength="-1" @input="input" @blur="blur" <input class="uni-input" :type="inputType" :value="inputClearValue" :placeholder="title" maxlength="-1" @input="input" @blur="blur"
@focus="focus" /> @focus="focus" />
<!-- #ifdef WEB --> <!-- #ifdef WEB || MP -->
<image class="input-wrapper_image" src="/static/icons/clear.png" v-if="showClearIcon" @touchstart="clearIcon" @mousedown="clearIcon"> <image class="input-wrapper_image" src="/static/icons/clear.png" v-if="showClearIcon" @touchstart="clearIcon" @mousedown="clearIcon">
<!-- #endif --> <!-- #endif -->
<!-- #ifndef WEB --> <!-- #ifndef WEB || MP -->
<image class="input-wrapper_image" src="/static/icons/clear.png" v-if="showClearIcon" @touchstart="clearIcon"> <image class="input-wrapper_image" src="/static/icons/clear.png" v-if="showClearIcon" @touchstart="clearIcon">
<!-- #endif --> <!-- #endif -->
</image> </image>
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册