This commit is contained in:
liuye
2022-08-19 14:14:10 +08:00
parent 258972d117
commit aeb1757937

View File

@@ -115,7 +115,7 @@ uni-page-body {
height: 40px; height: 40px;
border-radius: 4px; border-radius: 4px;
border: 1px solid #ffffff; border: 1px solid #ffffff;
margin: 0 8px 8px 0; margin: 0 8px 0 0;
} }
.tags:nth-of-type(1) { .tags:nth-of-type(1) {
margin-left: 8px; margin-left: 8px;
@@ -150,7 +150,9 @@ uni-page-body {
.info-value{ .info-value{
display: inline-block; display: inline-block;
width: 540px; width: 540px;
word-break: break-all; overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: text-top; vertical-align: text-top;
} }
} }