Răsfoiți Sursa

教务处A3题卡模板新增

zhangjie 2 ani în urmă
părinte
comite
870db92624

+ 0 - 1
src/modules/card/elements/card-head/CardHead.vue

@@ -25,7 +25,6 @@ export default {
   computed: {
     compName() {
       let name = this.data.modelType.toLowerCase().replace("_", "-");
-      name = "model-two";
       return `card-head-${name}`;
     },
     classes() {

+ 0 - 3
src/modules/card/elements/card-head/CardHeadModelOne.vue

@@ -54,9 +54,6 @@ export default {
     };
   },
   computed: {
-    classes() {
-      return ["page-element", "card-head"];
-    },
     notices() {
       return this.data.attention.split("\n") || [];
     },

+ 0 - 3
src/modules/card/elements/card-head/CardHeadModelTwo.vue

@@ -60,9 +60,6 @@ export default {
     };
   },
   computed: {
-    classes() {
-      return ["page-element", "card-head"];
-    },
     notices() {
       return this.data.attention.split("\n") || [];
     },