@atooyu/uxto-ui 1.1.37 → 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.
@@ -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--left-active': modelValue === leftTab.value
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
- // 左侧tab选中时的样式(首页选中)
234
- &--left-active {
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