Ver código fonte

更新 去掉打包的类型检查

dengshaobo 1 ano atrás
pai
commit
63f0f9e1f3
2 arquivos alterados com 5 adições e 5 exclusões
  1. 1 1
      package.json
  2. 4 4
      src/styles/common.scss

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
   "type": "module",
   "scripts": {
     "dev": "vite",
-    "build": "vue-tsc -b && vite build",
+    "build": "vite build",
     "preview": "vite preview"
   },
   "dependencies": {

+ 4 - 4
src/styles/common.scss

@@ -3001,10 +3001,10 @@ body {
     border-bottom: 1px solid #14191f25;
     border-radius: 0px 0px 0px 0px;
 
-    background-image: url("@/assets/markDetailScore/close_drawer.png");
-    background-repeat: no-repeat;
-    background-size: 24px 24px;
-    background-position: calc(100% - 20px) 50%;
+    // background-image: url("@/assets/markDetailScore/close_drawer.png");
+    // background-repeat: no-repeat;
+    // background-size: 24px 24px;
+    // background-position: calc(100% - 20px) 50%;
     cursor: pointer;
   }