panhui 4 年之前
父节点
当前提交
c8e683bcac
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/nine-space/src/components/CouponInfo.vue

+ 2 - 2
src/main/nine-space/src/components/CouponInfo.vue

@@ -134,7 +134,7 @@ export default {
         &::before {
             content: '';
             position: absolute;
-            background-color: #181818;
+            background-color: #0f0f0f;
             width: 16px;
             height: 16px;
             left: -18px;
@@ -144,7 +144,7 @@ export default {
         &::after {
             content: '';
             position: absolute;
-            background-color: #181818;
+            background-color: #0f0f0f;
             width: 16px;
             height: 16px;
             right: -18px;