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

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

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