modify style

This commit is contained in:
MaysWind
2023-08-20 17:30:47 +08:00
parent 54970015cb
commit 676f3daf50
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -14,6 +14,7 @@ import { formatPercent } from '@/lib/common.js';
export default {
props: [
'skeleton',
'items',
'idField',
'nameField',
@@ -202,7 +203,8 @@ export default {
formatter: params => {
return params.data ? params.data.displayName : '';
}
}
},
animation: !self.skeleton
}
],
media: [