htui-yllkbz 1.3.48 → 1.3.49
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.
- package/lib/htui.common.js +33 -33
- package/lib/htui.common.js.gz +0 -0
- package/lib/htui.css +1 -1
- package/lib/htui.umd.js +33 -33
- package/lib/htui.umd.js.gz +0 -0
- package/lib/htui.umd.min.js +3 -3
- package/lib/htui.umd.min.js.gz +0 -0
- package/package.json +1 -1
- package/src/packages/HtBaseData/index.vue +6 -0
package/lib/htui.umd.min.js.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
<el-cascader
|
|
12
12
|
v-if="!state.configJson['departmentId'].panel"
|
|
13
13
|
:disabled="!!disabled"
|
|
14
|
+
poper-class="ht-cascader-poper"
|
|
14
15
|
:append-to-body="appendToBody"
|
|
15
16
|
class="component-item"
|
|
16
17
|
:class="comClass"
|
|
@@ -40,6 +41,7 @@
|
|
|
40
41
|
<el-cascader-panel
|
|
41
42
|
v-if="state.configJson['departmentId'].panel"
|
|
42
43
|
class="component-item"
|
|
44
|
+
poper-class="ht-cascader-poper"
|
|
43
45
|
:append-to-body="appendToBody"
|
|
44
46
|
:class="comClass"
|
|
45
47
|
style="width:100%"
|
|
@@ -118,6 +120,7 @@
|
|
|
118
120
|
>
|
|
119
121
|
<el-cascader
|
|
120
122
|
:append-to-body="appendToBody"
|
|
123
|
+
poper-class="ht-cascader-poper"
|
|
121
124
|
v-if="!state.configJson['departmentUser'].panel"
|
|
122
125
|
:disabled="!!disabled"
|
|
123
126
|
class="component-item"
|
|
@@ -179,6 +182,7 @@
|
|
|
179
182
|
</el-cascader>
|
|
180
183
|
<el-cascader-panel
|
|
181
184
|
v-else
|
|
185
|
+
poper-class="ht-cascader-poper"
|
|
182
186
|
:append-to-body="appendToBody"
|
|
183
187
|
:style="panStyle"
|
|
184
188
|
:filterable="!state.configJson['departmentUser'].multiple"
|
|
@@ -315,6 +319,7 @@
|
|
|
315
319
|
v-if="state.configJson[item.code] && state.configJson[item.code].show"
|
|
316
320
|
>
|
|
317
321
|
<el-cascader
|
|
322
|
+
poper-class="ht-cascader-poper"
|
|
318
323
|
:append-to-body="appendToBody"
|
|
319
324
|
v-if="!state.configJson[item.code].panel"
|
|
320
325
|
:placeholder="placeholder || `请选择${item.name}`"
|
|
@@ -344,6 +349,7 @@
|
|
|
344
349
|
></el-cascader>
|
|
345
350
|
<el-cascader-panel
|
|
346
351
|
v-else
|
|
352
|
+
poper-class="ht-cascader-poper"
|
|
347
353
|
:append-to-body="appendToBody"
|
|
348
354
|
@click.native="selectClick($event)"
|
|
349
355
|
:placeholder="placeholder || `请选择${item.name}`"
|