Selaa lähdekoodia

Merge branch '3.0' of http://git.ycjcjy.com/shigongli/miniapp-v2 into 3.0

Baozhangchao 3 vuotta sitten
vanhempi
commit
5ff7af436e
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 1
    1
      config/prod.js
  2. 2
    2
      src/components/CouponCard/Card/style.less

+ 1
- 1
config/prod.js Näytä tiedosto

@@ -3,7 +3,7 @@ module.exports = {
3 3
     NODE_ENV: '"production"'
4 4
   },
5 5
   defineConstants: {
6
-    HOST: '"https://sgl-v2-test.njyunzhi.com"',
6
+    HOST: '"https://sgl-v2.njyunzhi.com"',
7 7
     OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"',
8 8
     VERSION: '"3.0.1_2021-11-10"',
9 9
   },

+ 2
- 2
src/components/CouponCard/Card/style.less Näytä tiedosto

@@ -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;