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" />
<View class="item-text">{{item.text}}</View>
</view>
<view class="workbench-last" >
</view>
</view>
</view>

10
weapp/pages/workbench/workbench.wxss

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