File tree Expand file tree Collapse file tree
src/uni_modules/wot-design-uni/components/wd-search Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <view class =" wd-search__field" >
66 <view v-if =" !placeholderLeft" :style =" coverStyle" class =" wd-search__cover" @click =" closeCover" >
77 <wd-icon name =" search" custom-class =" wd-search__search-icon" ></wd-icon >
8- <text class =" wd-search__placeholder-txt" >{{ placeholder || translate('search') }}</text >
8+ <text : class =" ` wd-search__placeholder-txt ${placeholderClass}` " >{{ placeholder || translate('search') }}</text >
99 </view >
1010 <wd-icon v-if =" showInput || str || placeholderLeft" name =" search" custom-class =" wd-search__search-left-icon" ></wd-icon >
1111 <input
1212 v-if =" showInput || str || placeholderLeft"
1313 :placeholder =" placeholder || translate('search')"
14- :placeholder-class =" `wd-search__placeholder-txt', ${placeholderClass}`"
14+ :placeholder-class =" `wd-search__placeholder-txt ${placeholderClass}`"
1515 :placeholder-style =" placeholderStyle"
1616 confirm-type =" search"
1717 v-model =" str"
You can’t perform that action at this time.
0 commit comments