@ddwl/ddwl-ui 1.0.17 → 1.0.19

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/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [1.0.19](https://121.40.23.60:51888/frontend/ddwl-ui/compare/v1.0.18...v1.0.19) (2025-07-09)
2
+
3
+
4
+ ### Features
5
+
6
+ * d-search-form下拉按钮样式调整 ([a2cc1c8](https://121.40.23.60:51888/frontend/ddwl-ui/commits/a2cc1c8d5b73092f441083f87c47c222661ff243))
7
+
8
+
9
+
10
+ ## [1.0.18](https://121.40.23.60:51888/frontend/ddwl-ui/compare/v1.0.17...v1.0.18) (2025-07-08)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * d-import-file 通过templateUrl判断是否展示下载模板按钮 ([d695a41](https://121.40.23.60:51888/frontend/ddwl-ui/commits/d695a4179a8debad116d8a2053f36e851ea83561))
16
+
17
+
18
+
1
19
  ## [1.0.17](https://121.40.23.60:51888/frontend/ddwl-ui/compare/v1.0.16...v1.0.17) (2025-07-08)
2
20
 
3
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ddwl/ddwl-ui",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
4
4
  "private": false,
5
5
  "main": "src/main.js",
6
6
  "description": "ddwl组件库",
@@ -40,6 +40,7 @@
40
40
  </div>
41
41
  </el-form-item>
42
42
  <el-button
43
+ v-show="templateUrl"
43
44
  icon="el-icon-paperclip"
44
45
  type="text"
45
46
  @click="downloadFile"
@@ -240,7 +240,7 @@ export default {
240
240
  margin-top: 24px;
241
241
  }
242
242
  .expend-btn {
243
- padding: 8px 8px;
243
+ padding: 4px 8px;
244
244
  }
245
245
  }
246
246
  .search-item {