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