修复透明度覆盖影响设置问题,优化样式

This commit is contained in:
eoao
2025-06-06 00:23:31 +08:00
parent 1c40dc8338
commit 8054c0390c
15 changed files with 179 additions and 147 deletions

View File

@@ -127,7 +127,7 @@ const noLoading = ref(false)
const loading = ref(false)
const followLoading = ref(false);
const verifyShow = ref(false)
let turnstileId = false
let turnstileId = null
let verifyToken = ''
const addForm = reactive({
email: '',

View File

@@ -69,8 +69,8 @@ const route = useRoute();
.title {
margin: 15px 10px;
height: 50px;
border-radius: 6px;
height: 45px;
border-radius: 8px;
display: flex;
position: relative;
font-size: 16px;