@ebiz/designer-components 0.1.76 → 0.1.77

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": "@ebiz/designer-components",
3
- "version": "0.1.76",
3
+ "version": "0.1.77",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div class="ebiz-file-list" :class="{ 'mini-mode': size === 'mini' }">
3
3
  <div v-if="computedFiles.length === 0" class="empty-state">
4
- <t-icon name="file" size="48px" />
4
+ <t-icon name="file" size="20px" />
5
5
  <p>暂无文件</p>
6
6
  </div>
7
7
  <div v-else class="file-list-container" :class="{ 'mini-container': size === 'mini' }">
@@ -362,12 +362,12 @@ const handleImageError = () => {
362
362
  flex-direction: column;
363
363
  align-items: center;
364
364
  justify-content: center;
365
- padding: 40px;
365
+ padding: 10px;
366
366
  color: #999;
367
367
 
368
368
  p {
369
369
  margin: 8px 0 0 0;
370
- font-size: 14px;
370
+ font-size: 12px;
371
371
  }
372
372
  }
373
373
 
@@ -27,6 +27,7 @@
27
27
  <template #body>
28
28
  <div v-if="dialogType === 'normal'">
29
29
  <slot name="body"></slot>
30
+ <slot></slot>
30
31
  </div>
31
32
  <div v-else-if="dialogType === 'add'">
32
33
  <t-form ref="formRef" :loading="apiLoading" :colon="colon" :data="localFormData" :disabled="disabled"