lsc 1 year ago
parent
commit
400e585b7f

+ 1 - 1
dist/index.html

@@ -25,7 +25,7 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.e024b224bedb687b22dd8805f2ac2ffd.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.1b8e037bd3fbbd358d74.js></script><script type=text/javascript src=./static/js/app.b70922be8ca731ccbd95.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.b7e47276d5609c1c79bfcb59a1d9b8e2.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.1b8e037bd3fbbd358d74.js></script><script type=text/javascript src=./static/js/app.47180941627332270db5.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.b7e47276d5609c1c79bfcb59a1d9b8e2.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.b7e47276d5609c1c79bfcb59a1d9b8e2.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.e024b224bedb687b22dd8805f2ac2ffd.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.47180941627332270db5.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.47180941627332270db5.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.b70922be8ca731ccbd95.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.3512a67a6213c2df4180.js.map


+ 15 - 4
src/components/pages/addCourse.vue

@@ -3951,6 +3951,17 @@ export default {
       el.getElementsByTagName("input")[0].click();
     },
     change(val) {
+      if(this.dialogVisible1){
+        this.tdetail = val
+      }else if(this.dialogVisible6){
+        this.AttText.text = val
+      }else if(this.dialogVisible2){
+        this.cTemplate = val
+      }else if(this.dialogVisibleTable){
+        this.tableJson.text = val
+      }
+      this.$forceUpdate();
+
       console.log(val);
     },
     change2(val) {
@@ -8207,8 +8218,8 @@ export default {
         this.$message.error("请填写卡片内容!");
         return;
       }
-      if(this.sentenceList[i].sentenceTitle.length > 8){
-        this.$message.error("卡片内容字数不能超过8位");
+      if(this.sentenceList[i].sentenceTitle.length > 10){
+        this.$message.error("卡片内容字数不能超过10位");
         return;
       }
       if(this.sentenceList[i].addSentence.indexOf(this.sentenceList[i].sentenceTitle) !== -1){
@@ -11626,14 +11637,14 @@ ol {
 
 .isCard,
 .isCard1 {
-  width: 140px;
+  width: 200px;
   height: 65px;
   text-align: center;
   line-height: 65px;
   font-size: 14px;
   cursor: pointer;
   background-image: url("../../assets/icon/conSentences/titleBorder.png");
-  background-size: cover;
+  background-size: 100% 100%;
   position: relative;
   z-index: 99;
 }

+ 14 - 4
src/components/pages/easy/addCourse.vue

@@ -4825,6 +4825,16 @@ export default {
       el.getElementsByTagName("input")[0].click();
     },
     change(val) {
+      if(this.dialogVisible1){
+        this.tdetail = val
+      }else if(this.dialogVisible6){
+        this.AttText.text = val
+      }else if(this.dialogVisible2){
+        this.cTemplate = val
+      }else if(this.dialogVisibleTable){
+        this.tableJson.text = val
+      }
+      this.$forceUpdate();
       console.log(val);
     },
     change2(val) {
@@ -8906,8 +8916,8 @@ export default {
         this.$message.error("请填写卡片内容!");
         return;
       }
-      if(this.sentenceList[i].sentenceTitle.length > 8){
-        this.$message.error("卡片内容字数不能超过8位");
+      if(this.sentenceList[i].sentenceTitle.length > 10){
+        this.$message.error("卡片内容字数不能超过10位");
         return;
       }
       if(this.sentenceList[i].addSentence.indexOf(this.sentenceList[i].sentenceTitle) !== -1){
@@ -12207,14 +12217,14 @@ ol {
 
 .isCard,
 .isCard1 {
-  width: 140px;
+  width: 200px;
   height: 65px;
   text-align: center;
   line-height: 65px;
   font-size: 14px;
   cursor: pointer;
   background-image: url("../../../assets/icon/conSentences/titleBorder.png");
-  background-size: cover;
+  background-size: 100% 100%;
   position: relative;
   z-index: 99;
 }

+ 1 - 0
src/components/pages/inviteLogin/inviteLogin.vue

@@ -177,6 +177,7 @@ export default {
     overflow: auto;
     padding-bottom: 10px;
     box-sizing: border-box;
+    align-content: flex-start;
 }
 
 .i_box_login2 div{

+ 14 - 4
src/components/pages/task/addCourse.vue

@@ -7384,6 +7384,16 @@ export default {
       el.getElementsByTagName("input")[0].click();
     },
     change(val) {
+      if(this.dialogVisible1){
+        this.tdetail = val
+      }else if(this.dialogVisible6){
+        this.AttText.text = val
+      }else if(this.dialogVisible2){
+        this.cTemplate = val
+      }else if(this.dialogVisibleTable){
+        this.tableJson.text = val
+      }
+      this.$forceUpdate();
       console.log(val);
     },
     change2(val) {
@@ -11449,8 +11459,8 @@ export default {
         this.$message.error("请填写卡片内容!");
         return;
       }
-      if(this.sentenceList[i].sentenceTitle.length > 8){
-        this.$message.error("卡片内容字数不能超过8位");
+      if(this.sentenceList[i].sentenceTitle.length > 10){
+        this.$message.error("卡片内容字数不能超过10位");
         return;
       }
       if(this.sentenceList[i].addSentence.indexOf(this.sentenceList[i].sentenceTitle) !== -1){
@@ -14728,14 +14738,14 @@ ol {
 
 .isCard,
 .isCard1 {
-  width: 140px;
+  width: 200px;
   height: 65px;
   text-align: center;
   line-height: 65px;
   font-size: 14px;
   cursor: pointer;
   background-image: url("../../../assets/icon/conSentences/titleBorder.png");
-  background-size: cover;
+  background-size: 100% 100%;
   position: relative;
   z-index: 99;
 }

+ 4 - 0
src/components/tools/jsmind.vue

@@ -535,6 +535,10 @@ export default {
 .jsmind_layout .pad-left {
   margin-left: 10px;
 }
+.jsmind_layout >>> jmnode{
+  white-space: break-spaces;
+    word-wrap: break-word;
+}
 .jsmind_layout >>> jmnode.selected {
   background-color: #b9b9b9;
   color: #fff;

+ 4 - 0
src/components/tools/jsmind2.vue

@@ -446,6 +446,10 @@ export default {
 .jsmind_layout .pad-left {
   margin-left: 10px;
 }
+.jsmind_layout >>> jmnode{
+  white-space: break-spaces;
+    word-wrap: break-word;
+}
 .jsmind_layout >>> jmnode.selected {
   background-color: #b9b9b9;
   color: #fff;

Some files were not shown because too many files changed in this diff