合并画布,部分样式调整

This commit is contained in:
X1627315083
2025-06-26 15:41:08 +08:00
parent fd05c70937
commit fc6d8d4c8d
75 changed files with 1772 additions and 672 deletions

View File

@@ -13,7 +13,7 @@
</div>
<div class="account_generalMessage_item_right_title">
<div class="account_generalMessage_item_right_title_name">{{ item.userName }} <span>{{$t('account.likedYourWork')}}</span></div>
<div>{{ item.portfolioName }}</div>
<div style="font-size: 1.4rem">{{ item.portfolioName }}</div>
</div>
</div>
<div class="account_generalMessage_item_left">
@@ -145,8 +145,8 @@ export default defineComponent({
align-items: center;
margin-right: 1rem;
.account_generalMessage_item_right_img{
width: 8rem;
height: 8rem;
width: 6rem;
height: 6rem;
margin-right: 2rem;
flex-shrink: 0;
cursor: pointer;
@@ -162,6 +162,7 @@ export default defineComponent({
font-weight: 600;
font-weight: 500;
color: #000;
font-size: 1.8rem;
span{
font-weight: 500;
color: #9999aa;