Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ffc09e8e
authored
Oct 20, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【功能优化】工作流:表单默认从 125px 到 100px,整体预览表单更好看一点~
parent
aa6610e3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
src/views/bpm/form/editor/index.vue
+5
-1
src/views/infra/build/index.vue
+5
-1
No files found.
src/views/bpm/form/editor/index.vue
View file @
ffc09e8e
...
...
@@ -64,7 +64,11 @@ const designerConfig = ref({
switchType
:
[],
// 是否可以切换组件类型,或者可以相互切换的字段
autoActive
:
true
,
// 是否自动选中拖入的组件
useTemplate
:
false
,
// 是否生成vue2语法的模板组件
formOptions
:
{},
// 定义表单配置默认值
formOptions
:
{
form
:
{
labelWidth
:
'100px'
// 设置默认的 label 宽度为 100px
}
},
// 定义表单配置默认值
fieldReadonly
:
false
,
// 配置field是否可以编辑
hiddenDragMenu
:
false
,
// 隐藏拖拽操作按钮
hiddenDragBtn
:
false
,
// 隐藏拖拽按钮
...
...
src/views/infra/build/index.vue
View file @
ffc09e8e
...
...
@@ -49,7 +49,11 @@ const designerConfig = ref({
switchType
:
[],
// 是否可以切换组件类型,或者可以相互切换的字段
autoActive
:
true
,
// 是否自动选中拖入的组件
useTemplate
:
false
,
// 是否生成vue2语法的模板组件
formOptions
:
{},
// 定义表单配置默认值
formOptions
:
{
form
:
{
labelWidth
:
'100px'
// 设置默认的 label 宽度为 100px
}
},
// 定义表单配置默认值
fieldReadonly
:
false
,
// 配置field是否可以编辑
hiddenDragMenu
:
false
,
// 隐藏拖拽操作按钮
hiddenDragBtn
:
false
,
// 隐藏拖拽按钮
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment