@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhccmobile/vue3-lo-form",
3
- "version": "2.0.53",
3
+ "version": "2.0.55",
4
4
  "description": "VUE3动态表单",
5
5
  "private": false,
6
6
  "main": "dist/vue3-lo-form.umd.js",
@@ -302,9 +302,7 @@
302
302
  </a-upload>
303
303
  </template>
304
304
  <template v-if="control.code === formFieldType.Custom.code && controlAttr.customFieldName">
305
- <div class="custom-border">
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>
@@ -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 {