From 3b146936304b80a58f4bd3fc5d310544f537efbd Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 23 Dec 2021 10:50:51 +0800
Subject: [PATCH] +
---
src/styles/mobile/popup.scss | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/styles/mobile/popup.scss b/src/styles/mobile/popup.scss
index 29950b9..eece555 100644
--- a/src/styles/mobile/popup.scss
+++ b/src/styles/mobile/popup.scss
@@ -54,6 +54,10 @@
font-size: 16px;
border-radius: 10px 10px 0 0;
padding: 8px 14px;
+ padding-right: 27px;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
line-height: 20px;
box-sizing: border-box;
}
--
Gitblit v1.9.3