refactor: ♻️ unocss 自定义样式名修改

This commit is contained in:
郝先瑞
2024-02-22 18:20:19 +08:00
parent d30fb87d30
commit 11645b5df1
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="login-container">
<!-- 顶部 -->
<div class="absolute-tl flex-x-end p-3 w-full">
<div class="absolute-lt flex-x-end p-3 w-full">
<el-switch
v-model="isDark"
inline-prompt
@@ -17,7 +17,7 @@
<el-card class="!border-none !bg-transparent !rounded-4% w-100 <sm:w-85">
<div class="text-center relative">
<h2>{{ defaultSettings.title }}</h2>
<el-tag class="ml-2 absolute-tr">{{ defaultSettings.version }}</el-tag>
<el-tag class="ml-2 absolute-rt">{{ defaultSettings.version }}</el-tag>
</div>
<el-form