From 2eb7a3a544b75cf576cfc27c9fa60b6ddb300a67 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Mon, 17 Mar 2025 17:54:57 +0800 Subject: [PATCH] =?UTF-8?q?3/17=20=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A21.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index b76aa588..0e73af7d 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -539,9 +539,9 @@ export default { .user-avatar { cursor: pointer; - width: 40px; - height: 40px; - border-radius: 10px; + width: 20px; + height: 20px; + border-radius: 3px; } .el-icon-caret-bottom {