project init & fix ui
This commit is contained in:
8
miniprogram_npm/tdesign-miniprogram/tab-bar/tab-bar.wxml
Normal file
8
miniprogram_npm/tdesign-miniprogram/tab-bar/tab-bar.wxml
Normal file
@@ -0,0 +1,8 @@
|
||||
<wxs src="../common/utils.wxs" module="_" />
|
||||
<view
|
||||
style="{{ customStyle }}"
|
||||
class="{{_.cls(classPrefix, [['border', bordered], ['fixed', fixed], ['safe', safeAreaInsetBottom], shape])}} {{prefix}}-class"
|
||||
aria-role="tablist"
|
||||
>
|
||||
<slot />
|
||||
</view>
|
||||
Reference in New Issue
Block a user