瀏覽代碼

同城分销店拆分、分销店对应多个经销商

zhujindu 11 月之前
父節點
當前提交
318e5e5c2e
共有 1 個文件被更改,包括 19 次插入0 次删除
  1. 19 0
      src/views/componentsTarget/index.css

+ 19 - 0
src/views/componentsTarget/index.css

@@ -49,4 +49,23 @@ p{
         position: relative;
         z-index: 3;
     }
+}
+.colLabel{
+    display: inline-block;
+    padding: 2px 5px;
+    color: #fff;
+    margin-right: 10px;
+    border-radius:3px;
+}
+.colLabel_KK{
+    background: rgb(235, 104, 119);
+}
+.colLabel_FX{
+    background: rgb(253 120 88);
+}
+.colLabel_JP{
+    background: rgb(241, 183, 137);
+}
+.colLabel_TCFX{
+    background: rgb(131 204 202);
 }