@tplc/business 0.3.59 → 0.3.60

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,8 @@
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.3.60](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.59...v0.3.60) (2025-02-22)
6
+
5
7
  ### [0.3.59](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.58...v0.3.59) (2025-02-22)
6
8
 
7
9
 
@@ -4,7 +4,7 @@
4
4
  class="flex flex-1 text-black rounded-16rpx bg-#F5F5F7 h-78rpx flex items-center px-3 text-[28rpx]"
5
5
  >
6
6
  <lcb-city-select :location="userLocation" v-model="addressCity">
7
- <view class="font-bold max-w-13 truncate">{{ addressCity?.addr || '全国' }}</view>
7
+ <view class="max-w-13 truncate">{{ addressCity?.addr || '全国' }}</view>
8
8
  </lcb-city-select>
9
9
  <view class="v-line"></view>
10
10
  <lcb-calendar v-model="dayRange">
@@ -30,7 +30,7 @@
30
30
  <view class="flex items-center justify-center text-black gap-16rpx">
31
31
  <lcb-city-select :location="userLocation" v-model="addressCity">
32
32
  <view class="flex items-center gap-16rpx">
33
- <view class="text-30rpx font-bold max-w-13 truncate">
33
+ <view class="text-30rpx max-w-13 truncate">
34
34
  {{ addressCity?.addr || '全国' }}
35
35
  </view>
36
36
  <img
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.3.59",
3
+ "version": "0.3.60",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],