From ca3737b6e1b379bd2a68c8b2d97996c5a03eb96a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 31 三月 2025 16:45:47 +0800 Subject: [PATCH] 2025-03-31 --- src/menu/components/card/cardsimplecomponent/index.jsx | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/menu/components/card/cardsimplecomponent/index.jsx b/src/menu/components/card/cardsimplecomponent/index.jsx index e22187a..78e5c31 100644 --- a/src/menu/components/card/cardsimplecomponent/index.jsx +++ b/src/menu/components/card/cardsimplecomponent/index.jsx @@ -210,7 +210,8 @@ field: item.field || '', width: item.span || 12, value: '', - style: {marginBottom: '15px', color: 'rgba(0, 0, 0, 0.85)'} + style: {marginBottom: '15px', color: 'rgba(0, 0, 0, 0.85)'}, + fixStyle: 'alone' } if (item.type === 'number') { -- Gitblit v1.8.0