<view class="signInLeftTxtTwo-item" style="flex: 80%;">
<u-search :show-action='false' shape='square' bg-color='#fff' placeholder="搜索"></u-search>
</view>
问题:用/deep/和::v-deep都没有效果
解决:
//放置与data同级
options: { styleIsolation: 'shared' },
<view class="signInLeftTxtTwo-item" style="flex: 80%;">
<u-search :show-action='false' shape='square' bg-color='#fff' placeholder="搜索"></u-search>
</view>
问题:用/deep/和::v-deep都没有效果
解决:
//放置与data同级
options: { styleIsolation: 'shared' },