@das-fed/ui 6.4.0-dev.30 → 6.4.0-dev.31

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.
@@ -1 +1 @@
1
- .form-image[data-v-e6f9c5ec]{background:#fff;margin:10px 0 30px}.table-search-process-top[data-v-c2fe15eb]{display:flex;justify-content:space-between;align-items:center;margin:0 14px 6px}.table-search-process-top .left-box[data-v-c2fe15eb]{display:flex;align-items:center}.form-image[data-v-6169bf17]{background:#fff;margin:10px 0 30px}.accordion-layout{width:100%}.accordion-layout .grid-layout{padding:0}.custom-page[data-v-7653ee4c]{display:flex;flex-direction:column;background-color:#e2e7ef}.custom-page .btn-box[data-v-7653ee4c]{background-color:#fff;height:48px;line-height:48px;padding-left:18px}.custom-page .content-box[data-v-7653ee4c]{flex:1;margin:0 10px;min-height:0}
1
+ .form-image[data-v-448866af]{background:#fff;margin:10px 0 30px}.table-search-process-top[data-v-c2fe15eb]{display:flex;justify-content:space-between;align-items:center;margin:0 14px 6px}.table-search-process-top .left-box[data-v-c2fe15eb]{display:flex;align-items:center}.form-image[data-v-6169bf17]{background:#fff;margin:10px 0 30px}.accordion-layout{width:100%}.accordion-layout .grid-layout{padding:0}.custom-page[data-v-48cf92b9]{display:flex;flex-direction:column;background-color:#e2e7ef}.custom-page .btn-box[data-v-48cf92b9]{background-color:#fff;height:48px;line-height:48px;padding-left:18px}.custom-page .content-box[data-v-48cf92b9]{flex:1;min-height:0}
@@ -11,6 +11,8 @@ export type Props = {
11
11
  data?: any
12
12
 
13
13
  showData?: any
14
+
15
+ customStyle?: any
14
16
  }
15
17
 
16
18
  export type Emits = {