6 changed files with 24 additions and 29 deletions
Split View
Diff Options
-
6api/payment.js
-
6colorui/main.wxss
-
3components/tabbar/index.wxml
-
28pages/agent/index/index.js
-
4pages/agent/index/index.wxml
-
6pages/home/employee/index.wxml
@ -1,4 +1,5 @@ |
|||
<wxs src="../wxs/utils.wxs" module="utils" /> |
|||
<view class="custom-class {{ utils.bem('tabbar', { fixed, safe: safeAreaInsetBottom }) }}" style="{{ zIndex ? 'z-index: ' + zIndex : '' }};width:750rpx"> |
|||
<view class="custom-class {{ utils.bem('tabbar', { fixed, safe: safeAreaInsetBottom }) }}" |
|||
style="{{ zIndex ? 'z-index: ' + zIndex : '' }};width:750rpx;box-shadow: 0rpx 0rpx 2rpx grb(0, 0, 0, 0.1);"> |
|||
<slot /> |
|||
</view> |
|||
Write
Preview
Loading…
Cancel
Save