优化样式
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user