update
This commit is contained in:
@@ -8,7 +8,7 @@ import WBDICON from "../../static/icons/yczh.png";
|
||||
import YBDICON from "../../static/icons/YBD.png";
|
||||
import XNav from "../../components/XNav.vue";
|
||||
import BindMsgModal from "../../components/BindMsgModal.vue";
|
||||
import {useUserStore} from "../../pinia/UserStore/index.js";
|
||||
import { useUserStore } from "../../pinia/UserStore/index.js";
|
||||
|
||||
const UserStore = useUserStore();
|
||||
</script>
|
||||
@@ -40,7 +40,7 @@ const UserStore = useUserStore();
|
||||
</view>
|
||||
|
||||
<view class="btm h-[50vh] !flex flex-col items-center px-[40rpx] !mx-[20rpx]">
|
||||
<image class="!w-[300rpx] !mt-[40rpx] !mb-[40rpx]" mode="widthFix" :src="BDH"></image>
|
||||
<image class="!w-[300rpx] !mt-[40rpx] !mb-[40rpx] flex-shrink-0" mode="widthFix" :src="BDH"></image>
|
||||
<view class="!flex items-center bg-[#fff] p-[28rpx] w-full rounded-[16rpx] gap-[28rpx]">
|
||||
<image class="!size-[70rpx]" mode="aspectFill" :src="BD1"></image>
|
||||
<view>
|
||||
@@ -87,3 +87,11 @@ const UserStore = useUserStore();
|
||||
margin-bottom: calc(24rpx + env(safe-area-inset-bottom));
|
||||
}
|
||||
</style>
|
||||
|
||||
<style>
|
||||
#app {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
aspect-ratio: 1 / 2.1;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user