修复透明度覆盖影响设置问题,优化样式
This commit is contained in:
@@ -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: '',
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user