shish пре 4 година
родитељ
комит
aa04d6ae49

+ 7 - 6
hdPad/src/admin/home/components/middleButton.vue

@@ -1,6 +1,6 @@
 <template>
 <view class="button-area">
-	<view @click="changeProperty(1)">花材</view>
+	<view class="active" @click="changeProperty(1)">花材</view>
 	<view @click="changeProperty(0)">成品</view>
     <view @click="logout">退出</view>
     <view @click="resetCustomer">选客</view>
@@ -172,11 +172,12 @@ export default {
         margin-bottom: 10upx;
         font-size: 10upx;
         text-align: center;
-        &.active {
-            color: #008000;
-            border-color: #008000;
-            border-radius: 2upx;
-        }
     }
+	& .active {
+		color: #1627be;
+		border-color: #1627be;
+		font-size: 10upx;
+		font-weight:bold;
+	}
 }
 </style>

+ 7 - 6
hdPad/src/admin/work/components/order-info.vue

@@ -78,7 +78,7 @@
         <view>修改</view>
         <view>取消</view>
         <view>锁定</view>
-        <view>提交</view>
+        <view class="active">完成</view>
         <view>打印</view>
       </view>
 
@@ -194,11 +194,12 @@ export default {
         margin-bottom: 10upx;
         font-size: 10upx;
         text-align: center;
-        &.active {
-            color: #008000;
-            border-color: #008000;
-            border-radius: 2upx;
-        }
+    }
+    & .active {
+      color: #1627be;
+      border-color: #1627be;
+      font-size: 10upx;
+      font-weight:bold;
     }
 	}
 	& .work-item-detail {