cloud-web-corejs 1.0.281 → 1.1.0-dev.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (161) hide show
  1. package/package.json +6 -2
  2. package/src/components/VabUpload/image-viewer.vue +442 -442
  3. package/src/components/VabUpload/index.vue +44 -2
  4. package/src/components/VabUpload/mixins.js +126 -19
  5. package/src/components/VabUpload/view.vue +247 -209
  6. package/src/components/baseTabs/mixins.js +181 -181
  7. package/src/components/bizTab/BizBillActions.vue +129 -0
  8. package/src/components/bizTab/BizTabListPage.vue +391 -0
  9. package/src/components/bizTab/README.md +378 -0
  10. package/src/components/bizTab/billTableUtil.js +48 -0
  11. package/src/components/bizTab/billValidators.js +136 -0
  12. package/src/components/bizTab/bizBillDetailMixin.js +705 -0
  13. package/src/components/bizTab/index.js +24 -0
  14. package/src/components/excelExport/exportFieldDialog.vue +23 -12
  15. package/src/components/excelExport/exportItemConfigUtil.js +30 -0
  16. package/src/components/excelExport/mixins.js +3 -3
  17. package/src/components/mobile/statusTag/mixins.js +1 -61
  18. package/src/components/mobile/wf/content.vue +1662 -1556
  19. package/src/components/mobile/wf/mixins/wfModifyDialogMixin.js +8 -6
  20. package/src/components/table/config.js +78 -78
  21. package/src/components/table/index.js +1276 -1276
  22. package/src/components/table/plugins/cell-area/index.js +1055 -0
  23. package/src/components/table/plugins/cell-area/index.scss +77 -0
  24. package/src/components/table/plugins/cell-area/util.js +224 -0
  25. package/src/components/table/tableForm.vue +330 -330
  26. package/src/components/table/tableFormMixin.js +318 -318
  27. package/src/components/table/vxeFilter/index.js +163 -163
  28. package/src/components/table/vxeFilter/mixin.js +316 -316
  29. package/src/components/wf/content.vue +1188 -1188
  30. package/src/components/wf/wf.js +40 -20
  31. package/src/components/wf/wfActionDropdown.vue +1 -1
  32. package/src/components/wf/wfActionItems.js +1 -1
  33. package/src/components/xform/docs/2026-08 xform H5 P0 /345/256/236/347/216/260/350/247/204/346/240/274.md" +528 -0
  34. package/src/components/xform/docs/2026-08 xform H5 P1 /345/256/236/347/216/260/350/247/204/346/240/274.md" +412 -0
  35. package/src/components/xform/docs/2026-08 xform H5 P2 /345/256/236/347/216/260/350/247/204/346/240/274.md" +287 -0
  36. package/src/components/xform/docs/2026-08 xform /347/247/273/345/212/250/347/253/257/345/270/203/345/261/200/345/257/271/351/275/220 bill_setting /346/226/271/346/241/210.md" +400 -0
  37. package/src/components/xform/form-designer/designer.js +15 -0
  38. package/src/components/xform/form-designer/form-widget/container-widget/data-table-widget.vue +269 -269
  39. package/src/components/xform/form-designer/form-widget/container-widget/detail-temp-widget.vue +132 -0
  40. package/src/components/xform/form-designer/form-widget/container-widget/detail-widget.vue +250 -250
  41. package/src/components/xform/form-designer/form-widget/dialog/fileReferenceDialog.vue +319 -320
  42. package/src/components/xform/form-designer/form-widget/dialog/formDialog.vue +365 -365
  43. package/src/components/xform/form-designer/form-widget/dialog/searchFormDialog.vue +554 -555
  44. package/src/components/xform/form-designer/form-widget/dialog/vabSearchDialog.vue +409 -409
  45. package/src/components/xform/form-designer/form-widget/field-widget/a-link-widget.vue +150 -132
  46. package/src/components/xform/form-designer/form-widget/field-widget/date-range-widget.vue +114 -114
  47. package/src/components/xform/form-designer/form-widget/field-widget/date-widget.vue +154 -154
  48. package/src/components/xform/form-designer/form-widget/field-widget/form-item-wrapper.vue +47 -1
  49. package/src/components/xform/form-designer/form-widget/field-widget/mixins/date-limit-mixin.js +178 -178
  50. package/src/components/xform/form-designer/form-widget/field-widget/mixins/time-limit-mixin.js +77 -77
  51. package/src/components/xform/form-designer/form-widget/field-widget/select-export-item-button-widget.vue +6 -0
  52. package/src/components/xform/form-designer/form-widget/field-widget/select-widget.vue +139 -139
  53. package/src/components/xform/form-designer/form-widget/field-widget/time-range-widget.vue +106 -106
  54. package/src/components/xform/form-designer/form-widget/field-widget/time-widget.vue +134 -134
  55. package/src/components/xform/form-designer/form-widget/field-widget/vabUpload-widget.vue +1 -0
  56. package/src/components/xform/form-designer/setting-panel/form-setting.vue +39 -39
  57. package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/data-table-editor.vue +10 -10
  58. package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/exportItemColumns-dialog.vue +438 -432
  59. package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/table-column-dialog.vue +2103 -2103
  60. package/src/components/xform/form-designer/setting-panel/property-editor/container-detail/detail-temp-edito.vue +90 -0
  61. package/src/components/xform/form-designer/setting-panel/property-editor/container-grid/gutter-editor.vue +82 -82
  62. package/src/components/xform/form-designer/setting-panel/property-editor/container-list-h5/list-h5-editor.vue +19 -5
  63. package/src/components/xform/form-designer/setting-panel/property-editor/container-table/table-dynamicField-editor.vue +8 -8
  64. package/src/components/xform/form-designer/setting-panel/property-editor/dropdownFlag-editor.vue +137 -137
  65. package/src/components/xform/form-designer/setting-panel/property-editor/field-button/search-dialog-event-editor.vue +237 -237
  66. package/src/components/xform/form-designer/setting-panel/property-editor/field-date/date-defaultValue-editor.vue +43 -43
  67. package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-defaultValue-editor.vue +43 -43
  68. package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import2-button-editor.vue +96 -96
  69. package/src/components/xform/form-designer/setting-panel/property-editor/field-table-export-button/select-export-item-button-editor.vue +51 -0
  70. package/src/components/xform/form-designer/setting-panel/property-editor/field-time/time-defaultValue-editor.vue +42 -42
  71. package/src/components/xform/form-designer/setting-panel/property-editor/field-time-range/time-range-defaultValue-editor.vue +43 -43
  72. package/src/components/xform/form-designer/setting-panel/property-editor/formScriptEnabled-editor.vue +158 -158
  73. package/src/components/xform/form-designer/setting-panel/property-editor/h5Span-editor.vue +51 -0
  74. package/src/components/xform/form-designer/setting-panel/property-editor/itemStyle-editor.vue +39 -0
  75. package/src/components/xform/form-designer/setting-panel/property-editor/name-editor.vue +188 -188
  76. package/src/components/xform/form-designer/setting-panel/property-editor/styleTempClass-editor.vue +51 -0
  77. package/src/components/xform/form-designer/setting-panel/property-editor/textFlag-editor.vue +347 -347
  78. package/src/components/xform/form-designer/setting-panel/propertyRegister.js +4 -0
  79. package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +59 -3
  80. package/src/components/xform/form-render/container-item/data-table-mixin.js +151 -93
  81. package/src/components/xform/form-render/container-item/detail-h5-item.vue +183 -32
  82. package/src/components/xform/form-render/container-item/detail-temp-item.vue +110 -0
  83. package/src/components/xform/form-render/container-item/h5-card-pane-item.vue +160 -140
  84. package/src/components/xform/form-render/container-item/list-h5-item.vue +1688 -1700
  85. package/src/components/xform/form-render/index.vue +153 -147
  86. package/src/components/xform/form-render/indexMixin.js +12 -0
  87. package/src/components/xform/lang/en-US.js +10 -0
  88. package/src/components/xform/lang/zh-CN.js +12 -0
  89. package/src/components/xform/mixins/defaultHandle.js +707 -707
  90. package/src/components/xform/styles/h5.scss +1992 -0
  91. package/src/components/xform/utils/textMaskUtil.js +182 -179
  92. package/src/components/xform/utils/treeTableUtil.js +1292 -1265
  93. package/src/components/xform/utils/util.js +56 -11
  94. package/src/index.js +9 -4
  95. package/src/layout/components/Sidebar/default.vue +1 -1
  96. package/src/layout/components/extractedCode/viewDialog.vue +7 -7
  97. package/src/router/index.js +21 -0
  98. package/src/router/modules/customer.js +71 -14
  99. package/src/store/modules/permission.js +17 -18
  100. package/src/utils/pdfUtil.js +429 -429
  101. package/src/utils/resolveViewComponent.js +142 -16
  102. package/src/views/bd/project/branch/bd_branch/edit.vue +145 -0
  103. package/src/views/bd/project/branch/bd_branch/list.vue +72 -0
  104. package/src/views/bd/project/branch/bd_branch/menuKindDialog.vue +106 -0
  105. package/src/views/bd/project/branch/bd_branch/mixins/edit.js +189 -0
  106. package/src/views/bd/project/branch/bd_branch/mixins/list.js +124 -0
  107. package/src/views/bd/project/branch/bd_branch/mixins/menuKindDialog.js +85 -0
  108. package/src/views/bd/project/branch/form_script/list.vue +31 -0
  109. package/src/views/bd/project/branch/form_template/list.vue +30 -0
  110. package/src/views/bd/project/branch/menu_kind/list.vue +31 -0
  111. package/src/views/bd/project/common/form_script/list.vue +16 -0
  112. package/src/views/bd/project/common/form_template/list.vue +15 -0
  113. package/src/views/bd/project/common/menu_kind/list.vue +15 -0
  114. package/src/views/bd/project/core/branchContext.js +100 -0
  115. package/src/views/bd/project/core/branchPage.js +78 -0
  116. package/src/views/bd/project/core/branchPageWrap.vue +225 -0
  117. package/src/views/bd/project/core/branchScope.js +44 -0
  118. package/src/views/bd/project/core/branchSearchPage.js +285 -0
  119. package/src/views/bd/project/core/branchSelect.vue +85 -0
  120. package/src/views/bd/project/core/branchTreeBar.vue +81 -0
  121. package/src/views/bd/project/core/httpBranchPatch.js +58 -0
  122. package/src/views/bd/project/datatable/menu_kind/list.vue +15 -0
  123. package/src/views/bd/project/datatable/table_model/list.vue +15 -0
  124. package/src/views/bd/setting/bd_company_env/dialog.vue +174 -174
  125. package/src/views/bd/setting/table_model/edit.vue +1066 -1066
  126. package/src/views/bd/setting/table_model/mixins/edit.js +1455 -1455
  127. package/src/views/bd/setting/table_model/mixins/zdDialog.js +148 -148
  128. package/src/views/demo/bizTab/bill/billConfig.js +41 -0
  129. package/src/views/demo/bizTab/bill/detail.vue +436 -0
  130. package/src/views/demo/bizTab/bill/list.vue +288 -0
  131. package/src/views/demo/bizTab/bill/productDialog.vue +176 -0
  132. package/src/views/demo/bizTab/simple/billApi.js +123 -0
  133. package/src/views/demo/bizTab/simple/detail.vue +407 -0
  134. package/src/views/demo/bizTab/simple/list.vue +217 -0
  135. package/src/views/demo/bizTab/standalone/index.vue +121 -0
  136. package/src/views/demo/bizTab/wf/billConfig.js +44 -0
  137. package/src/views/demo/bizTab/wf/detail.vue +661 -0
  138. package/src/views/demo/bizTab/wf/list.vue +242 -0
  139. package/src/views/support/form-dialog-demo/demoPickerDialog.vue +72 -0
  140. package/src/views/support/form-dialog-demo/index.vue +537 -0
  141. package/src/views/user/file_view_ins/list.vue +3 -3
  142. package/src/views/user/home/default.vue +1 -1
  143. package/src/views/user/home/default2.vue +1 -1
  144. package/src/views/user/home/index.vue +8 -6
  145. package/src/views/user/home/wjl/content.vue +1569 -0
  146. package/src/views/user/notify_message/dialog.vue +7 -5
  147. package/src/views/user/outLink/cc_form_view.vue +188 -0
  148. package/src/views/user/outLink/form_view.vue +2 -2
  149. package/src/views/user/outLink/index.vue +4 -4
  150. package/src/views/user/outLink/view.vue +3 -3
  151. package/src/views/user/role/edit.vue +632 -632
  152. package/src/views/user/role/list.vue +260 -260
  153. package/src/views/user/wf/iframe/index.vue +3 -3
  154. package/src/views/user/wf/iframe/index2.vue +3 -3
  155. package/src/views/user/wf/wf_manage/list.vue +1112 -1116
  156. package/src/views/user/wf/wf_manage/list2.vue +9 -13
  157. package/src/views/user/wf/wf_manage/wfContentDialog.vue +8 -5
  158. package/src/components/xform/form-designer/form-widget/field-widget/dropdown-menu-widget.vue +0 -106
  159. package/src/components/xform/form-designer/form-widget/field-widget/tableexportbuttonwidget.vue +0 -99
  160. package/src/components/xform/form-render/container-item/list-h5-item2.vue +0 -1340
  161. package/src/utils/wf.js +0 -766
@@ -1,140 +1,160 @@
1
- <template>
2
- <div class="h5-item">
3
- <div class="h5-title">
4
- <b>{{ widget.options.label }}</b>
5
- <div class="btns">
6
- <template v-for="(subWidget, swIdx) in widget.buttonWidgetList">
7
- <template v-if="'container' === subWidget.category">
8
- <component :is="subWidget.type + '-item'" :widget="subWidget" :key="swIdx"
9
- :parent-list="widget.buttonWidgetList"
10
- :index-of-parent-list="swIdx" :parent-widget="widget">
11
- <!-- 递归传递插槽!!! -->
12
- <template v-for="slot in Object.keys($scopedSlots)" v-slot:[slot]="scope">
13
- <slot :name="slot" v-bind="scope"/>
14
- </template>
15
- </component>
16
- </template>
17
- <template v-else>
18
- <component :is="subWidget.type + '-widget'" :field="subWidget" :designer="null" :key="swIdx"
19
- :parent-list="widget.buttonWidgetList"
20
- :index-of-parent-list="swIdx" :parent-widget="widget">
21
- <!-- 递归传递插槽!!! -->
22
- <template v-for="slot in Object.keys($scopedSlots)" v-slot:[slot]="scope">
23
- <slot :name="slot" v-bind="scope"/>
24
- </template>
25
- </component>
26
- </template>
27
- </template>
28
- </div>
29
- </div>
30
- <div class="h5-form-box">
31
- <transition-group name="fade" tag="div" class="form-widget-list">
32
- <template v-if="!!widget.widgetList && (widget.widgetList.length > 0)">
33
- <template v-for="(subWidget, swIdx) in widget.widgetList">
34
- <template v-if="'container' === subWidget.category">
35
- <component :is="subWidget.type + '-item'" :widget="subWidget" :key="swIdx"
36
- :parent-list="widget.widgetList"
37
- :index-of-parent-list="swIdx" :parent-widget="widget">
38
- <!-- 递归传递插槽!!! -->
39
- <template v-for="slot in Object.keys($scopedSlots)" v-slot:[slot]="scope">
40
- <slot :name="slot" v-bind="scope"/>
41
- </template>
42
- </component>
43
- </template>
44
- <template v-else>
45
- <component :is="subWidget.type + '-widget'" :field="subWidget" :designer="null" :key="swIdx"
46
- :parent-list="widget.widgetList"
47
- :index-of-parent-list="swIdx" :parent-widget="widget">
48
- <!-- 递归传递插槽!!! -->
49
- <template v-for="slot in Object.keys($scopedSlots)" v-slot:[slot]="scope">
50
- <slot :name="slot" v-bind="scope"/>
51
- </template>
52
- </component>
53
- </template>
54
- </template>
55
- </template>
56
- </transition-group>
57
- </div>
58
- </div>
59
- </template>
60
-
61
- <script>
62
- import emitter from '../../../../components/xform/utils/emitter'
63
- import i18n from "../../../../components/xform/utils/i18n"
64
- import refMixin from "../../../../components/xform/form-render/refMixin"
65
- import containerItemMixin from "./containerItemMixin"
66
- import FieldComponents from '../../../../components/xform/form-designer/form-widget/field-widget/index'
67
-
68
- export default {
69
- name: "h5-card-pane-item",
70
- componentName: 'ContainerItem',
71
- mixins: [emitter, i18n, refMixin, containerItemMixin],
72
- components: {
73
- ...FieldComponents,
74
- },
75
- props: {
76
- widget: Object,
77
- parentWidget: Object,
78
- parentList: Array,
79
- indexOfParentList: Number,
80
- },
81
- inject: ['refList', 'globalModel', 'previewState'],
82
- computed: {
83
- customClass() {
84
- return this.widget.options.customClass || ''
85
- }
86
- },
87
- watch: {
88
- //
89
- },
90
- created() {
91
- this.initRefList()
92
- this.handleOnCreated();
93
- },
94
- mounted() {
95
- this.handleOnMounted();
96
- },
97
- methods: {}
98
- }
99
- </script>
100
-
101
- <style lang="scss" scoped>
102
- .grid-container {
103
- min-height: 50px;
104
- //line-height: 48px;
105
- //padding: 6px;
106
- outline: 1px dashed #336699;
107
-
108
- > div {
109
- height: 100%;
110
- }
111
-
112
- .form-widget-list {
113
- // min-height: 28px;
114
- height: 100%;
115
- }
116
-
117
- }
118
-
119
- .grid-container.selected, .grid-cell.selected {
120
- outline: 2px solid $--color-primary !important;
121
- }
122
-
123
- .grid-cell {
124
- min-height: 80px;
125
- //margin: 6px 0; /* 设置了margin,栅格列的offset、push、pull会失效!! */
126
- padding: 3px;
127
- outline: 1px dashed #336699;
128
- position: relative;
129
-
130
- > div {
131
- height: 100%;
132
- }
133
-
134
- .form-widget-list {
135
- min-height: 28px;
136
- height: 100%
137
- }
138
-
139
- }
140
- </style>
1
+ <template>
2
+ <!-- customClass 必须绑上:设计器侧 h5-card-pane-widget 是绑了的,
3
+ 这里漏绑会导致设计器里配的 class 到运行期丢失 -->
4
+ <div class="h5-item" :class="[customClass]">
5
+ <!-- 标题栏整条可点来折叠,与流程信息卡片(mobile/h5Card/h5CardPane.vue)同交互。
6
+ 标题里的按钮区要 @click.stop,否则点按钮会连带把卡片折起来。 -->
7
+ <div class="h5-title" @click="toggleFold">
8
+ <b>{{ widget.options.label }}</b>
9
+ <i class="arrow" :class="foldClass"></i>
10
+ <div class="btns" @click.stop>
11
+ <template v-for="(subWidget, swIdx) in widget.buttonWidgetList">
12
+ <template v-if="'container' === subWidget.category">
13
+ <component :is="subWidget.type + '-item'" :widget="subWidget" :key="swIdx"
14
+ :parent-list="widget.buttonWidgetList"
15
+ :index-of-parent-list="swIdx" :parent-widget="widget">
16
+ <!-- 递归传递插槽!!! -->
17
+ <template v-for="slot in Object.keys($scopedSlots)" v-slot:[slot]="scope">
18
+ <slot :name="slot" v-bind="scope"/>
19
+ </template>
20
+ </component>
21
+ </template>
22
+ <template v-else>
23
+ <component :is="subWidget.type + '-widget'" :field="subWidget" :designer="null" :key="swIdx"
24
+ :parent-list="widget.buttonWidgetList"
25
+ :index-of-parent-list="swIdx" :parent-widget="widget">
26
+ <!-- 递归传递插槽!!! -->
27
+ <template v-for="slot in Object.keys($scopedSlots)" v-slot:[slot]="scope">
28
+ <slot :name="slot" v-bind="scope"/>
29
+ </template>
30
+ </component>
31
+ </template>
32
+ </template>
33
+ </div>
34
+ </div>
35
+ <!-- 折叠必须用 v-show 而不是 v-if:里面的字段组件挂着 el-form-item
36
+ prop/rules,v-if 销毁重建会打断校验链、丢掉组件内部状态 -->
37
+ <div class="h5-form-box" v-show="showContent">
38
+ <transition-group name="fade" tag="div" class="form-widget-list">
39
+ <template v-if="!!widget.widgetList && (widget.widgetList.length > 0)">
40
+ <template v-for="(subWidget, swIdx) in widget.widgetList">
41
+ <template v-if="'container' === subWidget.category">
42
+ <component :is="subWidget.type + '-item'" :widget="subWidget" :key="swIdx"
43
+ :parent-list="widget.widgetList"
44
+ :index-of-parent-list="swIdx" :parent-widget="widget">
45
+ <!-- 递归传递插槽!!! -->
46
+ <template v-for="slot in Object.keys($scopedSlots)" v-slot:[slot]="scope">
47
+ <slot :name="slot" v-bind="scope"/>
48
+ </template>
49
+ </component>
50
+ </template>
51
+ <template v-else>
52
+ <component :is="subWidget.type + '-widget'" :field="subWidget" :designer="null" :key="swIdx"
53
+ :parent-list="widget.widgetList"
54
+ :index-of-parent-list="swIdx" :parent-widget="widget">
55
+ <!-- 递归传递插槽!!! -->
56
+ <template v-for="slot in Object.keys($scopedSlots)" v-slot:[slot]="scope">
57
+ <slot :name="slot" v-bind="scope"/>
58
+ </template>
59
+ </component>
60
+ </template>
61
+ </template>
62
+ </template>
63
+ </transition-group>
64
+ </div>
65
+ </div>
66
+ </template>
67
+
68
+ <script>
69
+ import emitter from '../../../../components/xform/utils/emitter'
70
+ import i18n from "../../../../components/xform/utils/i18n"
71
+ import refMixin from "../../../../components/xform/form-render/refMixin"
72
+ import containerItemMixin from "./containerItemMixin"
73
+ import FieldComponents from '../../../../components/xform/form-designer/form-widget/field-widget/index'
74
+
75
+ export default {
76
+ name: "h5-card-pane-item",
77
+ componentName: 'ContainerItem',
78
+ mixins: [emitter, i18n, refMixin, containerItemMixin],
79
+ components: {
80
+ ...FieldComponents,
81
+ },
82
+ props: {
83
+ widget: Object,
84
+ parentWidget: Object,
85
+ parentList: Array,
86
+ indexOfParentList: Number,
87
+ },
88
+ inject: ['refList', 'globalModel', 'previewState'],
89
+ data() {
90
+ return {
91
+ // 展开/收起,默认展开
92
+ showContent: true,
93
+ }
94
+ },
95
+ computed: {
96
+ customClass() {
97
+ return this.widget.options.customClass || ''
98
+ },
99
+ foldClass() {
100
+ return this.showContent ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
101
+ }
102
+ },
103
+ watch: {
104
+ //
105
+ },
106
+ created() {
107
+ this.initRefList()
108
+ this.handleOnCreated();
109
+ },
110
+ mounted() {
111
+ this.handleOnMounted();
112
+ },
113
+ methods: {
114
+ toggleFold() {
115
+ this.showContent = !this.showContent;
116
+ }
117
+ }
118
+ }
119
+ </script>
120
+
121
+ <style lang="scss" scoped>
122
+ .grid-container {
123
+ min-height: 50px;
124
+ //line-height: 48px;
125
+ //padding: 6px;
126
+ outline: 1px dashed #336699;
127
+
128
+ > div {
129
+ height: 100%;
130
+ }
131
+
132
+ .form-widget-list {
133
+ // min-height: 28px;
134
+ height: 100%;
135
+ }
136
+
137
+ }
138
+
139
+ .grid-container.selected, .grid-cell.selected {
140
+ outline: 2px solid $--color-primary !important;
141
+ }
142
+
143
+ .grid-cell {
144
+ min-height: 80px;
145
+ //margin: 6px 0; /* 设置了margin,栅格列的offset、push、pull会失效!! */
146
+ padding: 3px;
147
+ outline: 1px dashed #336699;
148
+ position: relative;
149
+
150
+ > div {
151
+ height: 100%;
152
+ }
153
+
154
+ .form-widget-list {
155
+ min-height: 28px;
156
+ height: 100%
157
+ }
158
+
159
+ }
160
+ </style>