iot-manage-dashboard/docs/src
xueyang 9fc594434f
perf: 优化useVbenForm样式 (#6611)
* perf(style): 优化useVbenForm垂直布局 actions 样式

* perf(style): 优化useVbenForm actions 布局样式

- 操作按钮组显示位置
```
actionPosition?: 'center' | 'left' | 'right';
```
- 操作按钮组的样式
```
actionType?: 'block' | 'inline'
inline: 行类显示,block: 新一行单独显示
```

* perf: 优化useVbenForm actions 布局样式

删除 actionType
增加 actionLayout
- actionLayout?: 'inline' | 'newLine' | 'rowEnd';
- newLine: 在新行显示。rowEnd: 在行内显示,靠右对齐(默认)。inline: 使用grid默认样式
- 删除无用代码 queryFormStyle

* perf: 优化useVbenForm使用案例

* perf: 优化form组件样式

去掉padding,改为gap

* docs: update vben-form.md

* fix: 修复FormMessage位置

* perf: Avoid direct mutation of props object.

-  props.actionLayout = props.actionLayout || 'rowEnd';
-  props.actionPosition = props.actionPosition || 'right';
+  const actionLayout = props.actionLayout || 'rowEnd';
+  const actionPosition = props.actionPosition || 'right';

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix: 修复 wrapperClass 权重

* fix: 全局搜索结果不匹配 #6603

* fix: 避免FormMessage溢出

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-08-07 23:48:34 +08:00
..
_env perf: format code with better style (#5283) 2025-01-01 11:39:49 +08:00
commercial chore: add qq group 5 (#5530) 2025-02-13 14:45:51 +08:00
components perf: 优化useVbenForm样式 (#6611) 2025-08-07 23:48:34 +08:00
demos feat: add animation effects to VbenModal component 2025-07-18 00:15:40 +08:00
en chore: update deps 2025-07-02 16:55:55 +08:00
friend-links chore: update deps 2025-07-02 16:55:55 +08:00
guide chore: update deps 2025-07-02 16:55:55 +08:00
public perf: supplement login interface documents and add configuration parameters (#4175) 2024-08-17 22:38:37 +08:00
sponsor chore(@vben/common-ui): add verify component (#4390) 2024-09-21 20:52:36 +08:00
index.md docs: add deepWiki doc link (#6057) 2025-04-27 20:54:07 +08:00