shish 4 vuotta sitten
vanhempi
commit
303f6986b2
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      hdApp/src/admin/work/list.vue

+ 3 - 1
hdApp/src/admin/work/list.vue

@@ -28,7 +28,9 @@
       </block>
     </div>
 
-    <view class="app-footer"> <view class="admin-button-com middle blue" style="margin-right:60upx;font-size:30upx;height:70upx;line-height:70upx;width:160upx;" @click="pageTo({url:'/admin/work/add'})">新增</view> </view>
+    <view class="app-footer">
+      <view class="admin-button-com middle blue" style="margin-right:60upx;font-size:32upx;height:80upx;line-height:80upx;width:165upx;" @click="pageTo({url:'/admin/work/add'})">新增</view>
+    </view>
 
   </view>
 </template>