Compare commits

...

3 Commits

Author SHA1 Message Date
xiaoxian521
41daa6a5db Merge branch 'main' into pages 2025-04-14 16:42:23 +08:00
xiaoxian521
51c3ac8631 fix: 修复ReSegmented分段控制器组件在浅色和深色整体风格切换时的闪烁问题 2025-04-14 16:34:17 +08:00
xiaoxian521
08b7b1b641 style: update 2025-04-14 10:50:46 +08:00
2 changed files with 1 additions and 2 deletions

View File

@ -98,7 +98,6 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
transition: 0.1s;
}
.pure-segmented-group {

View File

@ -32,7 +32,7 @@ const toggleClick = () => {
>
<IconifyIconOffline
:icon="isActive ? MenuFold : MenuUnfold"
class="inline-block align-middle hover:text-primary dark:hover:text-white!"
class="inline-block! align-middle hover:text-primary dark:hover:text-white!"
/>
</div>
</template>