调整design的moodboard的位置信息和部分修改

This commit is contained in:
X1627315083
2024-09-30 15:43:37 +08:00
parent 16d6416f73
commit 8fbd0376b4
14 changed files with 67 additions and 34 deletions

View File

@@ -7,7 +7,7 @@
<div class="account_page_content">
<div class="account_page_content_left">
<div class="content_left_item">
<div>{{$t('account.personCentered')}}</div>
<!-- <div>{{$t('account.personCentered')}}</div> -->
</div>
<!-- {{ router.path }} -->
<router-link class="content_left_item" v-for="item in rootSubmenuKeys" :class="{active: $route.path == item.route}" :to="item.route">

View File

@@ -174,6 +174,7 @@ export default defineComponent({
position: relative;
img{
width: 15rem;
object-fit: contain;
height: 15rem;
border-radius: 50%;
background: #fff;

View File

@@ -157,6 +157,7 @@ export default defineComponent({
img{
width: 100%;
height: 100%;
object-fit: contain;
border-radius: 50%;
}
}

View File

@@ -166,6 +166,7 @@ export default defineComponent({
img{
width: 100%;
height: 100%;
object-fit: contain;
border-radius: 50%;
}
}

View File

@@ -152,6 +152,7 @@ export default defineComponent({
img{
width: 100%;
height: 100%;
object-fit: contain;
border-radius: 50%;
}
}

View File

@@ -159,6 +159,7 @@ export default defineComponent({
img{
width: 100%;
height: 100%;
object-fit: contain;
border-radius: 50%;
}
}