From cf093b83d7ba4586d04c5dbefcc669a713f58922 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Sun, 2 Jun 2024 23:02:57 +0800 Subject: [PATCH] uu --- common/custom.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/common/custom.scss b/common/custom.scss index 8fea664..c27900f 100644 --- a/common/custom.scss +++ b/common/custom.scss @@ -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;