htui-yllkbz 1.3.37 → 1.3.38

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "htui-yllkbz",
3
- "version": "1.3.37",
3
+ "version": "1.3.38",
4
4
  "port": "8082",
5
5
  "typings": "types/index.d.ts",
6
6
  "main": "lib/htui.common.js",
@@ -13,6 +13,7 @@
13
13
  :disabled="!!disabled"
14
14
  class="component-item"
15
15
  :class="comClass"
16
+ style="width:100%"
16
17
  :style="comStyle || ''"
17
18
  :filterable="!state.configJson['departmentId'].multiple"
18
19
  :clearable="state.configJson['departmentId'].clearable"
@@ -39,6 +40,7 @@
39
40
  v-if="state.configJson['departmentId'].panel"
40
41
  class="component-item"
41
42
  :class="comClass"
43
+ style="width:100%"
42
44
  :style="comStyle || ''"
43
45
  :placeholder="placeholder || `请选择部门`"
44
46
  v-model="state.selectVal['departmentId']"
@@ -68,6 +70,7 @@
68
70
  :disabled="!!disabled"
69
71
  :style="comStyle || ''"
70
72
  class="component-item"
73
+ style="width:100%"
71
74
  @click.native="selectClick($event)"
72
75
  v-if="state.configJson['userId'] && state.configJson['userId'].show"
73
76
  :multiple="state.configJson['userId'].multiple"
@@ -114,6 +117,7 @@
114
117
  v-if="!state.configJson['departmentUser'].panel"
115
118
  :disabled="!!disabled"
116
119
  class="component-item"
120
+ style="width:100%"
117
121
  :filterable="!state.configJson['departmentUser'].multiple"
118
122
  :class="comClass"
119
123
  :style="comStyle || ''"
@@ -174,6 +178,7 @@
174
178
  :style="panStyle"
175
179
  :filterable="!state.configJson['departmentUser'].multiple"
176
180
  class="component-item"
181
+ style="width:100%"
177
182
  :placeholder="placeholder || `请选择部门下人员`"
178
183
  v-model="state.selectVal['departmentUser']"
179
184
  :props="{
@@ -236,6 +241,7 @@
236
241
  :placeholder="placeholder || '请选择严重等级'"
237
242
  :filterable="!state.configJson[item.code].multiple"
238
243
  class="component-item"
244
+ style="width:100%"
239
245
  @click.native="selectClick($event)"
240
246
  @change="setSelctItem(item.code)"
241
247
  >
@@ -308,6 +314,7 @@
308
314
  class="component-item"
309
315
  :style="comStyle || ''"
310
316
  :key="item.id"
317
+ style="width:100%"
311
318
  :filterable="!state.configJson[item.code].multiple"
312
319
  :clearable="state.configJson[item.code].clearable"
313
320
  @click.native="selectClick($event)"
@@ -332,6 +339,7 @@
332
339
  @click.native="selectClick($event)"
333
340
  :placeholder="placeholder || `请选择${item.name}`"
334
341
  class="component-item"
342
+ style="width:100%"
335
343
  :key="item.id"
336
344
  :style="panStyle"
337
345
  v-model="state.selectVal[item.code]"