Prechádzať zdrojové kódy

设备页面UI调整

wzh 2 rokov pred
rodič
commit
e21d775edb
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      pages/mine/index.vue
  2. 1 1
      pages/wifi/index.vue

+ 1 - 1
pages/mine/index.vue

@@ -25,7 +25,7 @@
         </view>
 
       </view>
-      <view v-if="user != null"  class="login-tip" style="text-align: center;">
+      <view v-if="user != null"  class="login-tip" style="text-align: left;padding-left:164rpx">
         {{ user.dept.deptName }}
       </view>
     </view>

+ 1 - 1
pages/wifi/index.vue

@@ -39,7 +39,7 @@
 
     </view>
     <view style="margin:10px">
-      <u-button text="开始配网" @click="doConnect" size="small" type="success"></u-button>
+      <u-button text="开始配网" @click="doConnect" size="small" type="primary"></u-button>
 
     </view>
     <u-picker @cancel="showWiftList=false" @confirm="chooseWifi"  :show="showWiftList" :columns="wifiList"></u-picker>