@tplc/business 0.0.68 → 0.0.70

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,16 @@
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.0.70](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.0.69...v0.0.70) (2024-11-21)
6
+
7
+ ### [0.0.69](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.0.68...v0.0.69) (2024-11-21)
8
+
9
+
10
+ ### ✨ Features | 新功能
11
+
12
+ * home-search-ui 调整 ([c894815](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/c894815dd55d471dd8d240730778fd3ef41c76db))
13
+ * wd-popup 兼容小程序 ([121367c](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/121367c6d45e78f47fe160ce98626aeb0e63e8ec))
14
+
5
15
  ### [0.0.68](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.30...v0.0.68) (2024-11-21)
6
16
 
7
17
  ### [0.0.67](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.29...v0.0.67) (2024-11-21)
@@ -38,8 +38,9 @@
38
38
  <lcb-city-list :list="lcbAddress" :keyword="searchValue" @click="onAddressClick" />
39
39
  </view>
40
40
  <view
41
+ v-if="isOver"
41
42
  :class="{
42
- '!hidden': !(!showList && isOver),
43
+ '!hidden': showList,
43
44
  }"
44
45
  class="flex-1 h-0"
45
46
  >
@@ -148,22 +148,24 @@ const getDayName = (time: number) => {
148
148
  }
149
149
  </script>
150
150
  <style lang="scss" scoped>
151
+ @import '@tplc/wot/components/common/abstracts/variable';
151
152
  .search-view {
152
153
  // border-radius: 16rpx;
153
154
  border-top-left-radius: 16rpx;
154
155
  border-top-right-radius: 16rpx;
156
+ overflow: hidden;
155
157
  .search-tab {
156
158
  flex: 1;
157
159
  text-align: center;
158
160
  font-size: 30rpx;
159
161
  padding: 24rpx 0;
160
- color: #999;
162
+ color: #333;
161
163
  }
162
164
  .active {
163
- color: #000;
165
+ color: $-color-theme;
164
166
  font-weight: bold;
165
- border-top-left-radius: 16rpx;
166
- border-top-right-radius: 16rpx;
167
+ // border-top-left-radius: 16rpx;
168
+ // border-top-right-radius: 16rpx;
167
169
  // &-left {
168
170
  // border-bottom-right-radius: 16rpx;
169
171
  // }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.0.68",
3
+ "version": "0.0.70",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],