@tplc/business 0.4.144 → 0.4.145

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
@@ -2,6 +2,29 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.4.145](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.137...v0.4.145) (2025-06-26)
6
+
7
+
8
+ ### 🚀 Chore | 构建/工程依赖/工具
9
+
10
+ * **release:** 0.4.138 ([0ee0a18](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/0ee0a1833bd16737bb8836e3c6a079cc64fb1aa1))
11
+ * **release:** 0.4.139 ([92dc61b](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/92dc61b990c23667476c0ac263442e174ca9a8b5))
12
+ * **release:** 0.4.140 ([50fbedc](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/50fbedc1630dd2ef813fd080b2a0c2f02dc31d34))
13
+ * **release:** 0.4.141 ([2783dce](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/2783dcef5d5e489482a624a4c269b58d30a85b64))
14
+ * **release:** 0.4.142 ([d28832e](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/d28832e662b15a73c5211b643c6fc26b4f2eb3d3))
15
+ * **release:** 0.4.143 ([4e60624](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/4e606245eea8d216c0587d44b0b3229e6a9434b9))
16
+ * **release:** 0.4.144 ([b117b6b](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/b117b6bec7d76c12139bc40da456f10e81520172))
17
+
18
+
19
+ ### ✨ Features | 新功能
20
+
21
+ * 修改历史记录 ([c4ad91a](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/c4ad91ab244d2aee37791fe507ee87e67bd80bc6))
22
+ * 修改标题 ([7da5202](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/7da52029917c0ea44daa2b2ec36237e9105bde2b))
23
+ * 修改销 ([9e78ead](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/9e78ead10c5186ed1805086e32f481e65c0e0b4d))
24
+ * 新增room calendar ([08ed10c](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/08ed10c9f34b0c6c32834f0dfad713800d095ae6))
25
+ * 调整字段 ([363344f](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/363344f740e50b5fe866024a304f56e7f7b12cc7))
26
+ * 页面点击 ([3af52a2](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/3af52a217341403dee7ecb2f096196d0c74a888d))
27
+
5
28
  ### [0.4.144](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.143...v0.4.144) (2025-06-25)
6
29
 
7
30
  ### [0.4.143](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.142...v0.4.143) (2025-06-25)
@@ -41,7 +41,7 @@ defineProps<{ title: string; checked?: boolean; size?: 'small' | 'normal' }>()
41
41
  color: #ffffff;
42
42
  }
43
43
  &-small {
44
- width: 112rpx !important;
44
+ min-width: 112rpx !important;
45
45
  height: 42rpx !important;
46
46
  border-radius: 21rpx !important;
47
47
  line-height: 42rpx !important;
@@ -141,7 +141,7 @@ const onInput = (item: Option, e) => {
141
141
  }
142
142
  }
143
143
  .select-tag {
144
- width: 150rpx;
144
+ min-width: 150rpx;
145
145
  height: 56rpx;
146
146
  background: #f5f5f7;
147
147
  border-radius: 53rpx;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.144",
3
+ "version": "0.4.145",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],