@tplc/business 0.3.58 → 0.3.59
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 +7 -0
- package/components/lcb-action-view/lcb-action-view.vue +1 -1
- package/components/lcb-banner-block/lcb-banner-block.vue +1 -1
- package/components/lcb-calendar-search/lcb-calendar-search.vue +3 -3
- package/components/lcb-city-select/components/lcb-city-letter/index.vue +1 -1
- package/components/lcb-city-select/components/lcb-city-list/index.vue +3 -3
- package/components/lcb-city-select/lcb-city-select.vue +1 -1
- package/components/lcb-home-search/lcb-home-search.vue +4 -4
- package/components/lcb-list/components/ComponentGroup/index.vue +1 -1
- package/components/lcb-list/components/SelectTagView/index.vue +1 -1
- package/components/lcb-list/components/TagSelect/index.vue +1 -1
- package/components/lcb-notice/lcb-notice.vue +2 -2
- package/components/lcb-operation-actions/IconView.vue +2 -2
- package/components/lcb-product-item/components/ItemValue.vue +1 -1
- package/components/lcb-title/lcb-title.vue +1 -1
- package/components/lcb-user-top/lcb-user-top.vue +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
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.59](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.58...v0.3.59) (2025-02-22)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ✨ Features | 新功能
|
|
9
|
+
|
|
10
|
+
* 调整ui ([2cb67aa](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/2cb67aa044ceb3ddb8a26a8a4a4345a3944c6ded))
|
|
11
|
+
|
|
5
12
|
### [0.3.58](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.55...v0.3.58) (2025-02-22)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -265,7 +265,7 @@ const onCopy = (data?: string) => {
|
|
|
265
265
|
font-size: 32rpx;
|
|
266
266
|
font-weight: 500;
|
|
267
267
|
line-height: 96rpx;
|
|
268
|
-
color: #
|
|
268
|
+
color: #000000;
|
|
269
269
|
text-align: center;
|
|
270
270
|
border-radius: 20rpx;
|
|
271
271
|
box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(243, 245, 249, 0.94);
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
/>
|
|
51
51
|
<lcb-action-view
|
|
52
52
|
v-bind="link"
|
|
53
|
-
custom-class="!p-24rpx !text-30rpx text
|
|
53
|
+
custom-class="!p-24rpx !text-30rpx text-black !flex justify-between items-center"
|
|
54
54
|
>
|
|
55
55
|
<view>{{ title }}</view>
|
|
56
56
|
<wd-icon class-prefix="lcb" name="a-xingzhuang103" size="30rpx" color="#666" />
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<lcb-block v-bind="$props" customClass="flex items-center !bg-white">
|
|
3
3
|
<view
|
|
4
|
-
class="flex flex-1 text
|
|
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
7
|
<view class="font-bold max-w-13 truncate">{{ addressCity?.addr || '全国' }}</view>
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
<view class="flex-1 flex items-center gap-2">
|
|
25
25
|
<wd-icon name="search" size="34rpx" color="#999999" />
|
|
26
26
|
<input
|
|
27
|
-
class="text
|
|
27
|
+
class="text-black"
|
|
28
28
|
:placeholder="placeholder"
|
|
29
29
|
:value="form.keywords"
|
|
30
30
|
@blur="onSearch"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
</view>
|
|
34
34
|
</view>
|
|
35
35
|
<lcb-action-view v-bind="link" v-if="link" :url-params="form">
|
|
36
|
-
<wd-icon :name="icon" class-prefix="lcb" size="36rpx" color="#
|
|
36
|
+
<wd-icon :name="icon" class-prefix="lcb" size="36rpx" color="#000" custom-class="ml-4" />
|
|
37
37
|
</lcb-action-view>
|
|
38
38
|
</lcb-block>
|
|
39
39
|
</template>
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<view v-if="!list.length" class="mt-3">
|
|
13
13
|
<view v-if="historyList.length">
|
|
14
14
|
<view class="flex justify-between items-center">
|
|
15
|
-
<view class="text-28rpx text
|
|
15
|
+
<view class="text-28rpx text-black font-500x">历史搜索</view>
|
|
16
16
|
<wd-icon name="delete" size="30rpx" color="#999" @click="onClear" />
|
|
17
17
|
</view>
|
|
18
18
|
<view class="flex gap-2 flex-wrap">
|
|
@@ -101,7 +101,7 @@ const onClear = () => {
|
|
|
101
101
|
font-size: 30rpx;
|
|
102
102
|
line-height: 34rpx;
|
|
103
103
|
font-weight: bold;
|
|
104
|
-
color: #
|
|
104
|
+
color: #000;
|
|
105
105
|
margin-bottom: 12rpx;
|
|
106
106
|
}
|
|
107
107
|
}
|
|
@@ -122,6 +122,6 @@ const onClear = () => {
|
|
|
122
122
|
white-space: nowrap;
|
|
123
123
|
overflow: hidden;
|
|
124
124
|
text-overflow: ellipsis;
|
|
125
|
-
color: #
|
|
125
|
+
color: #000;
|
|
126
126
|
}
|
|
127
127
|
</style>
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
>
|
|
13
13
|
<view class="flex flex-col h-full">
|
|
14
14
|
<view class="top-search">
|
|
15
|
-
<view class="text-28rpx text
|
|
15
|
+
<view class="text-28rpx text-black text-center mt-28rpx mb-2 font-500">选择所在地区</view>
|
|
16
16
|
<wd-icon
|
|
17
17
|
custom-class="absolute top-0 right-0 mt-28rpx mr-5"
|
|
18
18
|
name="close-circle"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
backgroundColor: `rgba(255,255, 255, ${opacity})`,
|
|
28
28
|
}"
|
|
29
29
|
>
|
|
30
|
-
<view class="flex items-center justify-center text
|
|
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
33
|
<view class="text-30rpx font-bold max-w-13 truncate">
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
}"
|
|
49
49
|
/>
|
|
50
50
|
<input
|
|
51
|
-
class="text
|
|
51
|
+
class="text-black text-28rpx flex-1 mr-3"
|
|
52
52
|
:placeholder="placeholder"
|
|
53
53
|
v-model="form.keywords"
|
|
54
54
|
/>
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
src="https://ddll-lycs.oss-cn-hangzhou.aliyuncs.com/default/1/20240914164707/%E5%BD%A2%E7%8A%B6%2095%402x.png"
|
|
61
61
|
v-else
|
|
62
62
|
/>
|
|
63
|
-
<view class="text-26rpx text
|
|
63
|
+
<view class="text-26rpx text-black mt-12rpx">
|
|
64
64
|
{{ locationIng ? translate('定位中...') : translate('当前位置') }}
|
|
65
65
|
</view>
|
|
66
66
|
</view>
|
|
@@ -193,7 +193,7 @@ watchEffect(() => {
|
|
|
193
193
|
text-align: center;
|
|
194
194
|
font-size: 30rpx;
|
|
195
195
|
padding: 24rpx 0;
|
|
196
|
-
color: #
|
|
196
|
+
color: #000;
|
|
197
197
|
}
|
|
198
198
|
.active {
|
|
199
199
|
color: $-color-theme;
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
</wd-notice-bar>
|
|
30
30
|
</lcb-block>
|
|
31
31
|
<wd-popup v-model="popup.show" position="bottom" custom-class="!bg-transparent" closable>
|
|
32
|
-
<view class="text
|
|
32
|
+
<view class="text-black px-3 pb-3 box-border bg-#fff rounded-t-20rpx">
|
|
33
33
|
<view class="py-3 text-center font-500 text-4">{{ popup.item.title || '公告' }}</view>
|
|
34
34
|
<view class="min-h-30vh max-h-50vh overflow-y-auto text-28rpx">
|
|
35
35
|
{{ popup.item.adContent }}
|
|
@@ -61,7 +61,7 @@ const props = withDefaults(defineProps<LcbNoticeBarProps>(), {
|
|
|
61
61
|
backgroundColor: '#fff',
|
|
62
62
|
paddingVertical: 16,
|
|
63
63
|
rightArrow: true,
|
|
64
|
-
color: '#
|
|
64
|
+
color: '#000',
|
|
65
65
|
iconSize: 40,
|
|
66
66
|
})
|
|
67
67
|
const popup = ref({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<view class="flex flex-col items-center min-h-56rpx justify-center">
|
|
3
|
-
<image :src="icon" class="w-5 h-5 box-border mb-1" v-if="icon" />
|
|
4
|
-
<view class="text-24rpx" :style="{ color: iconNameColor || '#
|
|
3
|
+
<image :src="icon" class="w-5.5 h-5.5 box-border mb-1" v-if="icon" />
|
|
4
|
+
<view class="text-24rpx" :style="{ color: iconNameColor || '#000000' }">
|
|
5
5
|
{{ iconName }}
|
|
6
6
|
</view>
|
|
7
7
|
</view>
|
|
@@ -324,7 +324,7 @@ const value = computed(() => {
|
|
|
324
324
|
/>
|
|
325
325
|
</slot>
|
|
326
326
|
<slot :value="value" v-if="prop === 'userName'" name="userName">
|
|
327
|
-
<view :class="className" :style="style" class="text-20rpx text
|
|
327
|
+
<view :class="className" :style="style" class="text-20rpx text-black truncate">
|
|
328
328
|
{{ value }}
|
|
329
329
|
</view>
|
|
330
330
|
</slot>
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
授权登录
|
|
40
40
|
</view>
|
|
41
41
|
<view v-else class="leading-none">
|
|
42
|
-
<view class="text-32rpx font-#
|
|
42
|
+
<view class="text-32rpx font-#000 font-500 mb-20rpx">
|
|
43
43
|
{{ userStore?.userInfo?.userName || '微信用户' }}
|
|
44
44
|
</view>
|
|
45
45
|
<view class="flex" @click="toEdit">
|
|
@@ -148,7 +148,7 @@ withDefaults(defineProps<LcbUserTopProps>(), {
|
|
|
148
148
|
paddingBottom: 100,
|
|
149
149
|
photoRound: true,
|
|
150
150
|
textSize: 32,
|
|
151
|
-
textColor: '#
|
|
151
|
+
textColor: '#000',
|
|
152
152
|
moreIcon: true,
|
|
153
153
|
iconType: 0,
|
|
154
154
|
iconName: 'xiayiye',
|