@atooyu/uxto-ui 1.1.38 → 1.1.39
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +14 -14
- package/package.json +1 -1
- package/src/components/u-tabbar/u-tabbar.vue +3 -3
package/dist/style.css
CHANGED
|
@@ -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-
|
|
2383
|
+
}.u-tabbar[data-v-a344a18d] {
|
|
2384
2384
|
position: fixed;
|
|
2385
2385
|
left: 0;
|
|
2386
2386
|
right: 0;
|
|
@@ -2389,7 +2389,7 @@ to {
|
|
|
2389
2389
|
width: 100%;
|
|
2390
2390
|
pointer-events: none;
|
|
2391
2391
|
}
|
|
2392
|
-
.u-tabbar__nav-wrap[data-v-
|
|
2392
|
+
.u-tabbar__nav-wrap[data-v-a344a18d] {
|
|
2393
2393
|
pointer-events: auto;
|
|
2394
2394
|
position: absolute;
|
|
2395
2395
|
left: 14px;
|
|
@@ -2406,7 +2406,7 @@ to {
|
|
|
2406
2406
|
padding: 0 8px;
|
|
2407
2407
|
box-sizing: border-box;
|
|
2408
2408
|
}
|
|
2409
|
-
.u-tabbar__tab-btn[data-v-
|
|
2409
|
+
.u-tabbar__tab-btn[data-v-a344a18d] {
|
|
2410
2410
|
height: 40px;
|
|
2411
2411
|
border-radius: 20px;
|
|
2412
2412
|
background: transparent;
|
|
@@ -2421,23 +2421,23 @@ to {
|
|
|
2421
2421
|
padding: 0 16px;
|
|
2422
2422
|
margin: 0 20px;
|
|
2423
2423
|
}
|
|
2424
|
-
.u-tabbar__tab-btn--active[data-v-
|
|
2424
|
+
.u-tabbar__tab-btn--active[data-v-a344a18d] {
|
|
2425
2425
|
background: #ffffff;
|
|
2426
2426
|
box-shadow: inset 0 0 0 1px rgba(17, 135, 128, 0.14);
|
|
2427
2427
|
}
|
|
2428
|
-
.u-tabbar__tab-text[data-v-
|
|
2428
|
+
.u-tabbar__tab-text[data-v-a344a18d] {
|
|
2429
2429
|
font-weight: 600;
|
|
2430
2430
|
font-size: 14px;
|
|
2431
2431
|
overflow: hidden;
|
|
2432
2432
|
text-overflow: ellipsis;
|
|
2433
2433
|
}
|
|
2434
|
-
.u-tabbar__center[data-v-
|
|
2434
|
+
.u-tabbar__center[data-v-a344a18d] {
|
|
2435
2435
|
position: relative;
|
|
2436
2436
|
width: 72px;
|
|
2437
2437
|
height: 56px;
|
|
2438
2438
|
flex-shrink: 0;
|
|
2439
2439
|
}
|
|
2440
|
-
.u-tabbar__center-btn[data-v-
|
|
2440
|
+
.u-tabbar__center-btn[data-v-a344a18d] {
|
|
2441
2441
|
position: absolute;
|
|
2442
2442
|
left: 50%;
|
|
2443
2443
|
top: -22px;
|
|
@@ -2455,29 +2455,29 @@ to {
|
|
|
2455
2455
|
box-shadow: 0 8px 20px rgba(8, 112, 106, 0.25);
|
|
2456
2456
|
transition: all 200ms ease;
|
|
2457
2457
|
}
|
|
2458
|
-
.u-tabbar__center-btn[data-v-
|
|
2458
|
+
.u-tabbar__center-btn[data-v-a344a18d]:active {
|
|
2459
2459
|
transform: translateX(-50%) scale(0.95);
|
|
2460
2460
|
}
|
|
2461
|
-
.u-tabbar__center-btn--active[data-v-
|
|
2461
|
+
.u-tabbar__center-btn--active[data-v-a344a18d] {
|
|
2462
2462
|
border-color: #12b6af;
|
|
2463
2463
|
box-shadow: 0 8px 24px rgba(8, 112, 106, 0.35);
|
|
2464
2464
|
}
|
|
2465
|
-
.u-tabbar__center-btn--
|
|
2465
|
+
.u-tabbar__center-btn--side-active[data-v-a344a18d] {
|
|
2466
2466
|
background: linear-gradient(135deg, #12b6af 0%, #65d8d1 100%);
|
|
2467
2467
|
border-color: #9fe4dd;
|
|
2468
2468
|
}
|
|
2469
|
-
.u-tabbar__center-btn--
|
|
2470
|
-
.u-tabbar__center-btn--
|
|
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
2471
|
color: #ffffff;
|
|
2472
2472
|
}
|
|
2473
|
-
.u-tabbar__center-brand[data-v-
|
|
2473
|
+
.u-tabbar__center-brand[data-v-a344a18d] {
|
|
2474
2474
|
font-size: 22px;
|
|
2475
2475
|
line-height: 1;
|
|
2476
2476
|
font-weight: 700;
|
|
2477
2477
|
color: #12b6af;
|
|
2478
2478
|
letter-spacing: 1px;
|
|
2479
2479
|
}
|
|
2480
|
-
.u-tabbar__center-text[data-v-
|
|
2480
|
+
.u-tabbar__center-text[data-v-a344a18d] {
|
|
2481
2481
|
font-size: 12px;
|
|
2482
2482
|
letter-spacing: 0.5px;
|
|
2483
2483
|
color: #12b6af;
|
package/package.json
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
class="u-tabbar__center-btn"
|
|
29
29
|
:class="{
|
|
30
30
|
'u-tabbar__center-btn--active': modelValue === centerTab.value,
|
|
31
|
-
'u-tabbar__center-btn--
|
|
31
|
+
'u-tabbar__center-btn--side-active': modelValue === leftTab.value || modelValue === rightTab.value
|
|
32
32
|
}"
|
|
33
33
|
@click="switchTab(centerTab.value)"
|
|
34
34
|
>
|
|
@@ -230,8 +230,8 @@ $--paper: #ffffff;
|
|
|
230
230
|
box-shadow: 0 8px 24px rgba(8, 112, 106, 0.35);
|
|
231
231
|
}
|
|
232
232
|
|
|
233
|
-
//
|
|
234
|
-
&--
|
|
233
|
+
// 左侧或右侧tab选中时的样式
|
|
234
|
+
&--side-active {
|
|
235
235
|
background: linear-gradient(135deg, $--mint-1 0%, $--mint-3 100%);
|
|
236
236
|
border-color: $--mint-2;
|
|
237
237
|
|