mirror of
https://github.com/xiangshu233/vue3-vant4-mobile.git
synced 2025-04-06 03:57:47 +08:00
fix: 🐛 修复 prod 环境下我的页面 头像 昵称 样式丢失
This commit is contained in:
parent
72397fc462
commit
aa2c45348e
@ -52,7 +52,7 @@ body {
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--van-cascader-active-color);
|
||||
color: var(--van-cascader-active-color) !important;
|
||||
background: transparent;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
|
@ -5,12 +5,12 @@
|
||||
class="my-card relative mx-6 flex flex-col items-center rounded-2xl pb-2 shadow-xl -top-18"
|
||||
>
|
||||
<van-image
|
||||
class="fixed h-22 w-22 border-2 border-solid -top-10"
|
||||
class="h-22 w-22 border-2 border-solid !absolute -top-10"
|
||||
round
|
||||
fit="cover"
|
||||
:src="avatar"
|
||||
/>
|
||||
<div class="flex flex-col items-center -mt-10">
|
||||
<div class="mt-14 flex flex-col items-center">
|
||||
<p class="mb-2 text-5 font-black">
|
||||
{{ nickname }}
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user