Browse Source

feat:工作台样式修改

master
zhaobing’ 1 year ago
parent
commit
50d97d3065
  1. 3
      weapp/pages/workbench/workbench.wxml
  2. 10
      weapp/pages/workbench/workbench.wxss

3
weapp/pages/workbench/workbench.wxml

@ -5,5 +5,8 @@
<image src="{{item.iconPath}}" class="item-img" /> <image src="{{item.iconPath}}" class="item-img" />
<View class="item-text">{{item.text}}</View> <View class="item-text">{{item.text}}</View>
</view> </view>
<view class="workbench-last" >
</view>
</view> </view>
</view> </view>

10
weapp/pages/workbench/workbench.wxss

@ -13,6 +13,7 @@
} }
.workbench-item { .workbench-item {
width: 166px; width: 166px;
height: 138px; height: 138px;
background: #FFFFFF; background: #FFFFFF;
@ -31,3 +32,12 @@
color: #333333; color: #333333;
margin-left: 12px; margin-left: 12px;
} }
.workbench-last {
width: 166px;
height: 138px;
background:transparent;
border-radius: 8px;
margin-top: 12px;
}
Loading…
Cancel
Save