diff --git a/resources/template/sign/main.css b/resources/template/sign/main.css index 74b8eeba..d217f74a 100644 --- a/resources/template/sign/main.css +++ b/resources/template/sign/main.css @@ -79,10 +79,17 @@ body { margin-top: 43px; margin-left: 30px; font-size: 47px; - height: 57px; - align-items: center; - justify-content: center; - display: flex + /* align-items: center; + justify-content: center; */ + /* display: flex; */ + width: 275px; + height: 67px; + display: -webkit-box; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; + overflow: hidden; + text-overflow: ellipsis; + white-space: normal; } .uid {