feat: 重构样式文件,删除不必要的样式并更新路径配置
All checks were successful
/ playwright (push) Successful in 1m49s
/ depcheck (push) Successful in 1m24s
/ build-and-deploy-to-vercel (push) Successful in 1m35s

This commit is contained in:
严浩
2024-12-25 09:38:29 +08:00
parent 1b62a08c4d
commit ea2eddb4c3
9 changed files with 43 additions and 39 deletions

View File

@ -4,22 +4,3 @@
</template>
<script setup lang="ts"></script>
<style>
.layout-tip {
position: fixed;
top: 1rem;
left: 50%;
transform: translateX(-50%);
z-index: 9999;
background-color: #fafafa;
border: 1px solid #ccc;
padding: 1rem;
border-radius: 0.5rem;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
text-transform: uppercase;
opacity: 0.8;
background: rgba(255, 255, 255, 0.5); /* 半透明白色背景 */
backdrop-filter: blur(5px); /* 背景模糊 */
}
</style>