From 91e69675dc451d4b5d288250796a05b0b79f0746 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 21 Feb 2023 15:47:39 +0800 Subject: [PATCH] css --- src/project/qujing/AppMine/myCertificate.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/project/qujing/AppMine/myCertificate.vue b/src/project/qujing/AppMine/myCertificate.vue index 02bef34..48085c6 100644 --- a/src/project/qujing/AppMine/myCertificate.vue +++ b/src/project/qujing/AppMine/myCertificate.vue @@ -90,8 +90,11 @@ export default { font-weight: 400; font-size: 32px; color: #333; - word-break: break-all; margin-bottom: 8px; + width: 100%; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } p { font-family: PingFangSC-Regular;