From af63b044b26ddf2a381b28e7a7f413ddeb31e1e9 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123456 <zxx19900626> Date: 星期五, 29 四月 2022 12:07:30 +0800 Subject: [PATCH] 社会收支总表 --- src/assets/css/mixin.scss | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/assets/css/mixin.scss b/src/assets/css/mixin.scss index 2342cee..67adf13 100644 --- a/src/assets/css/mixin.scss +++ b/src/assets/css/mixin.scss @@ -3,3 +3,9 @@ touch-action: pan-y; -webkit-overflow-scrolling: touch; } + +@mixin ellipsis() { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} -- Gitblit v1.9.1