refactor(projects): refactor unocss shortcuts: wh-full => size-full

This commit is contained in:
Soybean
2024-03-03 10:30:00 +08:00
parent fb3b94b1e3
commit b4c00ce199
8 changed files with 9 additions and 12 deletions

View File

@ -23,7 +23,7 @@ const showLogo = computed(() => !isVerticalMix.value && !isHorizontalMix.value);
</script>
<template>
<DarkModeContainer class="flex-vertical-stretch wh-full shadow-sider" :inverted="darkMenu">
<DarkModeContainer class="flex-vertical-stretch size-full shadow-sider" :inverted="darkMenu">
<GlobalLogo
v-if="showLogo"
:show-title="!appStore.siderCollapse"

View File

@ -159,7 +159,7 @@ init();
</script>
<template>
<DarkModeContainer class="flex-y-center wh-full px-16px shadow-tab">
<DarkModeContainer class="flex-y-center size-full px-16px shadow-tab">
<div ref="bsWrapper" class="flex-1-hidden h-full">
<BetterScroll ref="bsScroll" :options="{ scrollX: true, scrollY: false, click: appStore.isMobile }">
<div