Browse Source

同城店铺新建流程重构

zhujindu 1 year ago
parent
commit
c163eb6dea
2 changed files with 32 additions and 0 deletions
  1. 16 0
      src/views/deviceOutside/topStore.vue
  2. 16 0
      src/views/deviceWithin/index.vue

+ 16 - 0
src/views/deviceOutside/topStore.vue

@@ -2637,6 +2637,22 @@ export default {
   color: #333;
   line-height: 22px;
   padding-right: 52px;
+  .statusIcon {
+    padding: 3px;
+    font-size: 12px;
+    margin: 0 3px;
+    color: #fff;
+    display: inline-block;
+    height: 20px;
+    line-height: 16px;
+    vertical-align: -1px;
+  }
+  .submit {
+    background: #ffba13;
+  }
+  .noSubmit {
+    background: #f11818;
+  }
 }
 .card .info {
   font-size: 14px;

+ 16 - 0
src/views/deviceWithin/index.vue

@@ -1783,6 +1783,22 @@ export default {
     line-height: 22px;
     padding-right: 52px;
     /*word-break: break-all;*/
+    .statusIcon {
+      padding: 3px;
+      font-size: 12px;
+      margin: 0 3px;
+      color: #fff;
+      display: inline-block;
+      height: 20px;
+      line-height: 16px;
+      vertical-align: -1px;
+    }
+    .submit {
+      background: #ffba13;
+    }
+    .noSubmit {
+      background: #f11818;
+    }
   }
   .info {
     font-size: 14px;