shish 6 лет назад
Родитель
Сommit
331bd0a369
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      store/src/admin/staff/add.vue

+ 2 - 2
store/src/admin/staff/add.vue

@@ -107,8 +107,8 @@
     <div v-show="showMiniCodeArea">
       <view style="text-align:center;">
           <image style="width:200px;height:200px;margin:0 auto;" :src="miniCodeSrc"></image>
-          <view style="text-align:center;margin-top:20px;margin-bottom:20px;">请扫上方小程序码完成绑定</view>
-          <button class="admin-button-com big blue" @click="complete">完成</button>
+          <view style="text-align:center;margin-top:20px;margin-bottom:20px;">请扫上方小程序码完成绑定</view>
+          <button class="admin-button-com big blue" @click="complete" style="padding-left:18px;padding-right:18px;">完成</button>
       </view>
     </div>
   </div>