From 123f20e1a508b5608de9ee1b1e70790e1ce716e0 Mon Sep 17 00:00:00 2001 From: CD配唱片 <CD配唱片> Date: 星期日, 27 四月 2025 15:46:12 +0800 Subject: [PATCH] 标准工序工厂输入框变成下拉框 --- src/layout/components/Navbar.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 4ae24d8..34da618 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -96,7 +96,7 @@ overflow: hidden; position: relative; background: var(--navbar-bg); - box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08); + // box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08); .hamburger-container { line-height: 46px; -- Gitblit v1.9.3