优化样式

This commit is contained in:
24kycj
2024-12-31 16:51:19 +08:00
parent 9ace1dfb20
commit ccd7e14604
2 changed files with 8 additions and 4 deletions
+7 -3
View File
@@ -477,8 +477,12 @@ export default {
},
'$store.state.chat.printer_info': {
handler(val) {
this.default_cd = val.strongList
this.printer_info = { ...val }
let data = {...val}
if (this.currentRunVal === 6) {
data.strongList = this.printer_info.strongList
}
this.default_cd = data.strongList
this.printer_info = { ...data }
},
deep: true,
immediate: true
@@ -1508,7 +1512,7 @@ $red: #ff0000;
.notice_INFO {
.notice_content,
.notice_time {
color: $green;
color: #000000;
}
}
.notice_DEBUG {