From 3eea723d03c46cbed4fe47b538f3b725e79284a6 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期二, 23 七月 2024 09:54:58 +0800 Subject: [PATCH] 添加异常菜单 --- src/App.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/App.vue b/src/App.vue index a61ff71..c34592c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -50,4 +50,7 @@ -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15); /*婊戝潡澶栭槾褰�*/ background-color: rgb(180, 184, 185, 0.6); /*婊戝潡鑳屾櫙棰滆壊*/ } +.Fragment{ + line-height: 0px; +} </style> -- Gitblit v1.9.1