feat: 优化首页模板,移除不必要的条件渲染,调整样式以适应全屏
This commit is contained in:
@ -7,11 +7,7 @@ import {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div bg-red v-if="false">
|
<div class="p-4" style="height: 100dvh; width: 100dvw">
|
||||||
<div class="bg-blue h-full">A</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="h-screen w-screen p-4" v-else>
|
|
||||||
<PatternBackground
|
<PatternBackground
|
||||||
:animate="true"
|
:animate="true"
|
||||||
:direction="PATTERN_BACKGROUND_DIRECTION.TopRight"
|
:direction="PATTERN_BACKGROUND_DIRECTION.TopRight"
|
||||||
|
Reference in New Issue
Block a user