Skip to content

Commit

Permalink
💄 Updating the UI and style files.
Browse files Browse the repository at this point in the history
Signed-off-by: zhanghengxin <[email protected]>
  • Loading branch information
zhanghengxin committed Jul 7, 2023
1 parent 448641f commit 216677e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/src/components/Apps/TipEditorModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default {
tips: '',
tempTips: '',
controlEditorState: 'preview',
icon: 'edit'
icon: 'edit-outline'
}
},
props: {
Expand All @@ -99,11 +99,11 @@ export default {
if (val) {
// editor is editable
this.controlEditorState = 'edit'
this.icon = 'matching'
this.icon = 'check-outline'
} else {
// editor is not editable
this.controlEditorState = 'preview'
this.icon = 'edit'
this.icon = 'edit-outline'
}
return this.isEditing
},
Expand Down

0 comments on commit 216677e

Please sign in to comment.