This commit is contained in:
aihe 2024-06-02 23:02:57 +08:00
parent 334f6aa92f
commit cf093b83d7

View File

@ -57,6 +57,13 @@
.w-full{
width: 100%;
}
.text-singe-line {
word-break: break-all;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
%blcok {
margin-top: 30rpx;
border-radius: 30rpx;