-
{{ item.userName.substring(item.userName.length, item.userName.length - 2) }}
+
{{ item.userName.substring(item.userName.length, item.userName.length - 2) }}
+
+
- {{ item.userName }}
+ {{ item.userName }}
匿名用户
{{ item.createTime }}
@@ -75,7 +77,6 @@ uni-page-body {
.datas {
display: flex;
-
padding: 20px 32px 0 32px;
.avatLeft {
@@ -92,7 +93,7 @@ uni-page-body {
}
.right {
border-bottom: 1px solid #ddd;
- width: 100%;
+ width: calc(100% - 90px);
margin: 10px 0 0 16px;
padding-bottom: 32px;
.top {