Przeglądaj źródła

Merge remote-tracking branch 'origin/feature-201817-yc' into feature-201817-yc-New

Administrator 7 lat temu
rodzic
commit
99cb264395
1 zmienionych plików z 7 dodań i 3 usunięć
  1. 7 3
      pages/mobile/product/_batchCode.vue

+ 7 - 3
pages/mobile/product/_batchCode.vue

@@ -608,11 +608,15 @@
         button {
           width: 50%;
           height: 100%;
-          color: #fff;
-          background: #ff9c00;
+          background: #fff;
           border: none;
+          color: #3f84f6;
+          &:first-child {
+            border: 1px solid #3f84f6;
+          }
           &:last-child {
-            background: #f80915;
+            background: #3f84f6;
+            color: #fff;
           }
         }
       }