BUG 28145
This commit is contained in:
@@ -7,10 +7,10 @@
|
|||||||
<u-row v-if="detail.createUserId">
|
<u-row v-if="detail.createUserId">
|
||||||
<!-- <u-avatar :src="$cdn + 'common/xzh.png'" v-if="false"></u-avatar>-->
|
<!-- <u-avatar :src="$cdn + 'common/xzh.png'" v-if="false"></u-avatar>-->
|
||||||
<div class="u-avatar__img">
|
<div class="u-avatar__img">
|
||||||
{{detail.userName}}
|
{{ detail.userName }}
|
||||||
</div>
|
</div>
|
||||||
<span class="user-name">
|
<span class="user-name">
|
||||||
{{detail.userName}}
|
{{ detail.userName }}
|
||||||
</span>
|
</span>
|
||||||
</u-row>
|
</u-row>
|
||||||
<u-gap height="32"></u-gap>
|
<u-gap height="32"></u-gap>
|
||||||
@@ -260,16 +260,6 @@ export default {
|
|||||||
background-color: #F5F5F5;
|
background-color: #F5F5F5;
|
||||||
padding-bottom: 140px;
|
padding-bottom: 140px;
|
||||||
|
|
||||||
|
|
||||||
::v-deep .AiTopFixed {
|
|
||||||
margin-bottom: 16px;
|
|
||||||
|
|
||||||
.content {
|
|
||||||
padding: 0 !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.att-list {
|
.att-list {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
|
||||||
@@ -280,7 +270,7 @@ export default {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 112px 50px 0;
|
padding: 0 50px;
|
||||||
border-bottom: 1px solid #E4E5E6;
|
border-bottom: 1px solid #E4E5E6;
|
||||||
|
|
||||||
.left {
|
.left {
|
||||||
|
|||||||
Reference in New Issue
Block a user