This commit is contained in:
thsrite
2025-01-06 13:19:33 +08:00
parent 38e6d94b10
commit fe2d2e6795

View File

@@ -290,6 +290,59 @@ class Lucky(_PluginBase):
{
'component': 'VRow',
'content': [
{
'component': 'VCol',
'props': {
'cols': 12,
'md': 3,
'sm': 6
},
'content': [
{
'component': 'VCard',
'props': {
'variant': 'tonal',
},
'content': [
{
'component': 'VCardText',
'props': {
'class': 'd-flex align-center',
},
'content': [
{
'component': 'div',
'content': [
{
'component': 'span',
'props': {
'class': 'text-caption'
},
'text': '总配置数量'
},
{
'component': 'div',
'props': {
'class': 'd-flex align-center flex-wrap'
},
'content': [
{
'component': 'span',
'props': {
'class': 'text-h6'
},
'text': dict.get('total_cnt')
}
]
}
]
}
]
}
]
},
]
},
{
'component': 'VCol',
'props': {