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: [
@@ -137,6 +137,7 @@
{id: '2', name: '---', value: 20, color: 'a5a5aa'},
{id: '3', name: '---', value: 20, color: 'c5c5c9'}
]"
:skeleton="true"
id-field="id"
name-field="name"
value-field="value"