完善一些文字细节

This commit is contained in:
刘祥超
2022-06-19 20:19:58 +08:00
parent ecbc87265e
commit 23899e196e
9 changed files with 19 additions and 15 deletions

View File

@@ -61,5 +61,5 @@ Vue.component("plus-label", {
// 提醒设置项为专业设置
Vue.component("pro-warning-label", {
template: `<span><i class="icon warning circle"></i>注意:通常不需要修改;如要修改,请在专家指导下进行。</span>`
template: `<span><i class="icon warning circle yellow"></i>注意:通常不需要修改;如要修改,请在专家指导下进行。</span>`
})