@ddwl/ddwl-ui 1.0.18 → 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,12 @@
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
+
1
10
  ## [1.0.18](https://121.40.23.60:51888/frontend/ddwl-ui/compare/v1.0.17...v1.0.18) (2025-07-08)
2
11
 
3
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ddwl/ddwl-ui",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "private": false,
5
5
  "main": "src/main.js",
6
6
  "description": "ddwl组件库",
@@ -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 {