fix: 控制台首页样式问题修复
Former-commit-id: 73e0ab4f696162d175cc8e65dceb8716aeb37208
This commit is contained in:
@@ -40,12 +40,12 @@ const greetings = computed(() => {
|
|||||||
<el-row class="mb-8">
|
<el-row class="mb-8">
|
||||||
<el-card class="w-full">
|
<el-card class="w-full">
|
||||||
<div class="flex justify-between flex-wrap">
|
<div class="flex justify-between flex-wrap">
|
||||||
<div>
|
<div class="flex items-center">
|
||||||
<img
|
<img
|
||||||
class="user-avatar"
|
class="user-avatar"
|
||||||
:src="userStore.avatar + '?imageView2/1/w/80/h/80'"
|
:src="userStore.avatar + '?imageView2/1/w/80/h/80'"
|
||||||
/>
|
/>
|
||||||
<span class="ml-[5px] text-[14px]">
|
<span class="ml-[10px] text-[16px]">
|
||||||
{{ userStore.nickname }}
|
{{ userStore.nickname }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -54,7 +54,7 @@ const greetings = computed(() => {
|
|||||||
{{ greetings }}
|
{{ greetings }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="space-x-2 pt-[5px]">
|
<div class="space-x-2 flex items-center">
|
||||||
<el-link
|
<el-link
|
||||||
target="_blank"
|
target="_blank"
|
||||||
type="danger"
|
type="danger"
|
||||||
@@ -185,7 +185,7 @@ const greetings = computed(() => {
|
|||||||
position: relative;
|
position: relative;
|
||||||
.user-avatar {
|
.user-avatar {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
widows: 40px;
|
width: 40px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user