张延森 3 년 전
부모
커밋
9733a661e6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/components/CouponCard/Card/style.less

+ 2
- 2
src/components/CouponCard/Card/style.less 파일 보기

@@ -26,8 +26,8 @@
26 26
                   top right,
27 27
                 radial-gradient(circle at bottom right, transparent @radius-size, #fff 0 0)
28 28
                   bottom right;
29
-    background-size: 100% 60%;
30
-    background-repeat: no-repeat;
29
+    background-size: 100% 60% !important;
30
+    background-repeat: no-repeat !important;
31 31
 
32 32
     border-top-left-radius: @border-radius;
33 33
     border-bottom-left-radius: @border-radius;