@atooyu/uxto-ui 1.1.40 → 1.1.42

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/dist/style.css CHANGED
@@ -2058,7 +2058,7 @@ to {
2058
2058
  color: #ffffff;
2059
2059
  line-height: 1.4;
2060
2060
  text-align: center;
2061
- }.u-popup[data-v-7b84ec59] {
2061
+ }.u-popup[data-v-1c6a1eb0] {
2062
2062
  position: fixed;
2063
2063
  top: 0;
2064
2064
  left: 0;
@@ -2066,7 +2066,7 @@ to {
2066
2066
  bottom: 0;
2067
2067
  z-index: 1000;
2068
2068
  }
2069
- .u-popup__overlay[data-v-7b84ec59] {
2069
+ .u-popup__overlay[data-v-1c6a1eb0] {
2070
2070
  position: absolute;
2071
2071
  top: 0;
2072
2072
  left: 0;
@@ -2074,43 +2074,43 @@ to {
2074
2074
  bottom: 0;
2075
2075
  background-color: rgba(0, 0, 0, 0.7);
2076
2076
  }
2077
- .u-popup__content[data-v-7b84ec59] {
2077
+ .u-popup__content[data-v-1c6a1eb0] {
2078
2078
  position: absolute;
2079
2079
  background-color: #ffffff;
2080
2080
  overflow: hidden;
2081
2081
  }
2082
- .u-popup__content--top[data-v-7b84ec59] {
2082
+ .u-popup__content--top[data-v-1c6a1eb0] {
2083
2083
  top: 0;
2084
2084
  left: 0;
2085
2085
  right: 0;
2086
2086
  }
2087
- .u-popup__content--bottom[data-v-7b84ec59] {
2087
+ .u-popup__content--bottom[data-v-1c6a1eb0] {
2088
2088
  bottom: 0;
2089
2089
  left: 0;
2090
2090
  right: 0;
2091
2091
  }
2092
- .u-popup__content--left[data-v-7b84ec59] {
2092
+ .u-popup__content--left[data-v-1c6a1eb0] {
2093
2093
  left: 0;
2094
2094
  top: 0;
2095
2095
  bottom: 0;
2096
2096
  width: 80%;
2097
2097
  }
2098
- .u-popup__content--right[data-v-7b84ec59] {
2098
+ .u-popup__content--right[data-v-1c6a1eb0] {
2099
2099
  right: 0;
2100
2100
  top: 0;
2101
2101
  bottom: 0;
2102
2102
  width: 80%;
2103
2103
  }
2104
- .u-popup__content--center[data-v-7b84ec59] {
2104
+ .u-popup__content--center[data-v-1c6a1eb0] {
2105
2105
  top: 50%;
2106
2106
  left: 50%;
2107
2107
  transform: translate(-50%, -50%);
2108
2108
  min-width: 280px;
2109
2109
  }
2110
- .u-popup__content--round[data-v-7b84ec59] {
2110
+ .u-popup__content--round[data-v-1c6a1eb0] {
2111
2111
  border-radius: 12px;
2112
2112
  }
2113
- .u-popup__close[data-v-7b84ec59] {
2113
+ .u-popup__close[data-v-1c6a1eb0] {
2114
2114
  position: absolute;
2115
2115
  top: 12px;
2116
2116
  right: 12px;
@@ -2121,7 +2121,7 @@ to {
2121
2121
  justify-content: center;
2122
2122
  z-index: 1;
2123
2123
  }
2124
- .u-popup__close-icon[data-v-7b84ec59] {
2124
+ .u-popup__close-icon[data-v-1c6a1eb0] {
2125
2125
  font-size: 18px;
2126
2126
  color: #969799;
2127
2127
  }.u-code-input[data-v-9fffa23f] {
@@ -2380,7 +2380,7 @@ to {
2380
2380
  }
2381
2381
  .u-read-more__toggle-icon[data-v-b31720eb] {
2382
2382
  font-size: 12px;
2383
- }.u-tabbar[data-v-a344a18d] {
2383
+ }.u-tabbar[data-v-9b76f6cf] {
2384
2384
  position: fixed;
2385
2385
  left: 0;
2386
2386
  right: 0;
@@ -2388,8 +2388,10 @@ to {
2388
2388
  z-index: 999;
2389
2389
  width: 100%;
2390
2390
  pointer-events: none;
2391
+ padding-bottom: constant(safe-area-inset-bottom);
2392
+ padding-bottom: env(safe-area-inset-bottom);
2391
2393
  }
2392
- .u-tabbar__nav-wrap[data-v-a344a18d] {
2394
+ .u-tabbar__nav-wrap[data-v-9b76f6cf] {
2393
2395
  pointer-events: auto;
2394
2396
  position: absolute;
2395
2397
  left: 14px;
@@ -2406,7 +2408,7 @@ to {
2406
2408
  padding: 0 8px;
2407
2409
  box-sizing: border-box;
2408
2410
  }
2409
- .u-tabbar__tab-btn[data-v-a344a18d] {
2411
+ .u-tabbar__tab-btn[data-v-9b76f6cf] {
2410
2412
  height: 40px;
2411
2413
  border-radius: 20px;
2412
2414
  background: transparent;
@@ -2421,23 +2423,23 @@ to {
2421
2423
  padding: 0 16px;
2422
2424
  margin: 0 20px;
2423
2425
  }
2424
- .u-tabbar__tab-btn--active[data-v-a344a18d] {
2426
+ .u-tabbar__tab-btn--active[data-v-9b76f6cf] {
2425
2427
  background: #ffffff;
2426
2428
  box-shadow: inset 0 0 0 1px rgba(17, 135, 128, 0.14);
2427
2429
  }
2428
- .u-tabbar__tab-text[data-v-a344a18d] {
2430
+ .u-tabbar__tab-text[data-v-9b76f6cf] {
2429
2431
  font-weight: 600;
2430
2432
  font-size: 14px;
2431
2433
  overflow: hidden;
2432
2434
  text-overflow: ellipsis;
2433
2435
  }
2434
- .u-tabbar__center[data-v-a344a18d] {
2436
+ .u-tabbar__center[data-v-9b76f6cf] {
2435
2437
  position: relative;
2436
2438
  width: 72px;
2437
2439
  height: 56px;
2438
2440
  flex-shrink: 0;
2439
2441
  }
2440
- .u-tabbar__center-btn[data-v-a344a18d] {
2442
+ .u-tabbar__center-btn[data-v-9b76f6cf] {
2441
2443
  position: absolute;
2442
2444
  left: 50%;
2443
2445
  top: -22px;
@@ -2455,29 +2457,29 @@ to {
2455
2457
  box-shadow: 0 8px 20px rgba(8, 112, 106, 0.25);
2456
2458
  transition: all 200ms ease;
2457
2459
  }
2458
- .u-tabbar__center-btn[data-v-a344a18d]:active {
2460
+ .u-tabbar__center-btn[data-v-9b76f6cf]:active {
2459
2461
  transform: translateX(-50%) scale(0.95);
2460
2462
  }
2461
- .u-tabbar__center-btn--active[data-v-a344a18d] {
2463
+ .u-tabbar__center-btn--active[data-v-9b76f6cf] {
2462
2464
  border-color: #12b6af;
2463
2465
  box-shadow: 0 8px 24px rgba(8, 112, 106, 0.35);
2464
2466
  }
2465
- .u-tabbar__center-btn--side-active[data-v-a344a18d] {
2467
+ .u-tabbar__center-btn--side-active[data-v-9b76f6cf] {
2466
2468
  background: linear-gradient(135deg, #12b6af 0%, #65d8d1 100%);
2467
2469
  border-color: #9fe4dd;
2468
2470
  }
2469
- .u-tabbar__center-btn--side-active .u-tabbar__center-brand[data-v-a344a18d],
2470
- .u-tabbar__center-btn--side-active .u-tabbar__center-text[data-v-a344a18d] {
2471
+ .u-tabbar__center-btn--side-active .u-tabbar__center-brand[data-v-9b76f6cf],
2472
+ .u-tabbar__center-btn--side-active .u-tabbar__center-text[data-v-9b76f6cf] {
2471
2473
  color: #ffffff;
2472
2474
  }
2473
- .u-tabbar__center-brand[data-v-a344a18d] {
2475
+ .u-tabbar__center-brand[data-v-9b76f6cf] {
2474
2476
  font-size: 22px;
2475
2477
  line-height: 1;
2476
2478
  font-weight: 700;
2477
2479
  color: #12b6af;
2478
2480
  letter-spacing: 1px;
2479
2481
  }
2480
- .u-tabbar__center-text[data-v-a344a18d] {
2482
+ .u-tabbar__center-text[data-v-9b76f6cf] {
2481
2483
  font-size: 12px;
2482
2484
  letter-spacing: 0.5px;
2483
2485
  color: #12b6af;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atooyu/uxto-ui",
3
- "version": "1.1.40",
3
+ "version": "1.1.42",
4
4
  "description": "跨平台 UI 组件库 - 支持 Android、iOS、鸿蒙",
5
5
  "keywords": [
6
6
  "uxto-ui",
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <view v-if="show" class="u-popup">
2
+ <view v-if="isOpen" class="u-popup">
3
3
  <view
4
4
  class="u-popup__overlay"
5
5
  @click="handleOverlayClick"
@@ -146,6 +146,9 @@ $--paper: #ffffff;
146
146
  z-index: 999;
147
147
  width: 100%;
148
148
  pointer-events: none;
149
+ // 底部安全区域适配
150
+ padding-bottom: constant(safe-area-inset-bottom);
151
+ padding-bottom: env(safe-area-inset-bottom);
149
152
 
150
153
  &__nav-wrap {
151
154
  pointer-events: auto;