From 2aa1a815b389265b010a506b81b9ae233fa11c86 Mon Sep 17 00:00:00 2001 From: revive <1664535558@qq.com> Date: Mon, 18 Jan 2021 10:08:51 +0800 Subject: [PATCH] currworkbutton --- dist/static/css/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dist/static/css/main.css b/dist/static/css/main.css index a4ca2fc4..d8a6a046 100644 --- a/dist/static/css/main.css +++ b/dist/static/css/main.css @@ -7831,6 +7831,9 @@ li.secondMenu ul li:hover { background-color: rgba(255, 255, 255, 1); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); cursor: pointer; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } .workbutton{