Skip to content

Commit

Permalink
style(editor): 显示条件表格配置
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Jan 6, 2025
1 parent a831413 commit 4313ddc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/editor/src/fields/DisplayConds.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ const config = computed<GroupListConfig>(() => ({
{
type: 'table',
name: 'cond',
operateColWidth: 50,
operateColWidth: 100,
enableToggleMode: false,
items: [
parentFields.value.length
? {
Expand Down

0 comments on commit 4313ddc

Please sign in to comment.