Improve Ui/Ux

This commit is contained in:
liangping
2021-09-13 11:40:13 +08:00
parent 87aed10821
commit 393d69b60f
10 changed files with 110 additions and 34 deletions
+4 -1
View File
@@ -46,6 +46,7 @@ export default {
config: chains,
selected,
avatars: {},
height: 0,
},
getters: {
getchains: state => state.chains,
@@ -61,7 +62,9 @@ export default {
cacheAvatar(state, args) {
state.chains.avatars[args.identity] = args.url
},
setHeight(state, height) {
state.chains.height = height
},
},
actions: {},
}