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

@ -57,7 +57,7 @@ const bgColor = computed(() => {
</script>
<template>
<div class="relative flex-center wh-full overflow-hidden" :style="{ backgroundColor: bgColor }">
<div class="relative flex-center size-full overflow-hidden" :style="{ backgroundColor: bgColor }">
<WaveBg :theme-color="bgThemeColor" />
<NCard :bordered="false" class="relative w-auto rd-12px z-4">
<div class="w-400px <sm:w-300px">