合并画布,部分样式调整
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user