This commit is contained in:
花有清香月有阴
2022-01-10 09:08:27 +08:00
parent e9d2d3ab28
commit cc088201a4

View File

@@ -77,7 +77,6 @@ uni-page-body {
.datas { .datas {
display: flex; display: flex;
padding: 20px 32px 0 32px; padding: 20px 32px 0 32px;
.avatLeft { .avatLeft {
@@ -94,7 +93,7 @@ uni-page-body {
} }
.right { .right {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
width: 100%; width: calc(100% - 90px);
margin: 10px 0 0 16px; margin: 10px 0 0 16px;
padding-bottom: 32px; padding-bottom: 32px;
.top { .top {