UI完善
This commit is contained in:
@@ -68,7 +68,7 @@ const goBack = () => {
|
|||||||
<view
|
<view
|
||||||
class="content"
|
class="content"
|
||||||
:style="{
|
:style="{
|
||||||
height: isHome ? '100vh' : `calc(100vh - ${isIos ? 196 : 170}rpx)`,
|
height: isHome ? '100vh' : `calc(100vh - ${isIos ? 200 : 170}rpx)`,
|
||||||
overflow,
|
overflow,
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ onMounted(() => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<view class="container" :style="{ paddingTop: isIos ? '76rpx' : '50rpx' }">
|
<view class="container" :style="{ paddingTop: isIos ? '80rpx' : '50rpx' }">
|
||||||
<view class="back-btn" @click="onClick">
|
<view class="back-btn" @click="onClick">
|
||||||
<image src="../static/back.png" mode="widthFix" />
|
<image src="../static/back.png" mode="widthFix" />
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ onUnmounted(() => {
|
|||||||
transform: translateY(-50px);
|
transform: translateY(-50px);
|
||||||
}
|
}
|
||||||
.warnning-text {
|
.warnning-text {
|
||||||
position: fixed;
|
position: absolute;
|
||||||
color: #fed847;
|
color: #fed847;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user