样式优化
This commit is contained in:
@@ -110,7 +110,6 @@ onBeforeUnmount(() => {
|
||||
>
|
||||
<block v-if="user.id">
|
||||
<Avatar
|
||||
:rankLvl="user.rankLvl"
|
||||
:src="user.avatar"
|
||||
:onClick="toUserPage"
|
||||
:size="40"
|
||||
|
||||
@@ -79,7 +79,7 @@ const onPay = (index) => {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
row-gap: 20rpx;
|
||||
column-gap: 30rpx;
|
||||
column-gap: 20rpx;
|
||||
}
|
||||
.amounts > button {
|
||||
width: 150rpx;
|
||||
@@ -141,6 +141,7 @@ const onPay = (index) => {
|
||||
line-height: 40rpx;
|
||||
padding: 10rpx;
|
||||
font-size: 30rpx;
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
.container > view:nth-child(4) > view > textarea {
|
||||
width: 70%;
|
||||
@@ -150,5 +151,6 @@ const onPay = (index) => {
|
||||
line-height: 40rpx;
|
||||
padding: 10rpx;
|
||||
font-size: 30rpx;
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user