@dhccmobile/vue3-lo-form 2.0.53 → 2.0.55
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/README.md +4 -1
- package/dist/vue3-lo-form.common.js +34 -37
- package/dist/vue3-lo-form.common.js.map +1 -1
- package/dist/vue3-lo-form.css +1 -1
- package/dist/vue3-lo-form.umd.js +34 -37
- package/dist/vue3-lo-form.umd.js.map +1 -1
- package/dist/vue3-lo-form.umd.min.js +1 -1
- package/dist/vue3-lo-form.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/form/DvFormLayout.vue +1 -3
- package/src/styles/theme-4.scss +0 -6
package/package.json
CHANGED
|
@@ -302,9 +302,7 @@
|
|
|
302
302
|
</a-upload>
|
|
303
303
|
</template>
|
|
304
304
|
<template v-if="control.code === formFieldType.Custom.code && controlAttr.customFieldName">
|
|
305
|
-
<
|
|
306
|
-
<slot :control="control" :onChange="onChange" :name="controlAttr.customFieldName"></slot>
|
|
307
|
-
</div>
|
|
305
|
+
<slot :control="control" :onChange="onChange" :name="controlAttr.customFieldName"></slot>
|
|
308
306
|
</template>
|
|
309
307
|
</template>
|
|
310
308
|
<template v-else>
|
package/src/styles/theme-4.scss
CHANGED
|
@@ -379,12 +379,6 @@
|
|
|
379
379
|
.ant-input-textarea {
|
|
380
380
|
width: 100%;
|
|
381
381
|
}
|
|
382
|
-
.custom-border {
|
|
383
|
-
width: 100%;
|
|
384
|
-
min-height: 40px;
|
|
385
|
-
border-radius: .5rem;
|
|
386
|
-
border: 1px #e1e2e4 solid;
|
|
387
|
-
}
|
|
388
382
|
.lo-theme-textarea-box {
|
|
389
383
|
min-height: 81px !important;
|
|
390
384
|
:deep .ant-input {
|