shish 3 лет назад
Родитель
Сommit
0e2762976f

+ 1 - 1
hdPad/src/pages/home/components/console.vue

@@ -17,7 +17,7 @@
 	<view class="active" @click="logoutFn">退出</view>
 	<view class="active" @click="closeFn">关闭</view>
 
-	<view v-if="Number(customId)>0" style="position:fixed;left:32upx;bottom:66upx;width:189upx;height:30upx;line-height:10upx;font-size:13upx;background-color:white;color:#3385FF;font-weight:bold;border:none;">{{customName}}</view>
+	<view v-if="Number(customId)>0" style="position:fixed;left:32upx;bottom:66upx;width:189upx;height:20upx;line-height:5upx;font-size:13upx;background-color:white;color:#3385FF;font-weight:bold;border:none;">{{customName}}</view>
 
     <!-- 清空 -->
     <uni-popup ref="clearItemRef" type="dialog">

+ 1 - 1
hdPad/src/pages/home/components/leftArea.vue

@@ -88,7 +88,7 @@ export default {
         color: #FFFFFF;
     }
     & .itemList-item_box {
-        margin-bottom:55upx;
+        margin-bottom:72upx;
         overflow-y: auto;
         flex: 1;
         border: 1px solid #eee;

+ 0 - 6
hdPad/src/pages/home/components/rightItem.vue

@@ -66,12 +66,6 @@ export default {
         this.init()
     },
     watch:{
-        customId:{
-            handler(newCustomId){
-                this.currentJobId = newCustomId
-            },
-            immediate:true
-        },
         changeCurrentJobType:{
             handler(str){
                 this.currentJobType = str