This commit is contained in:
张成
2025-11-10 16:40:26 +08:00
parent 022aecc93d
commit 9150aec3f2
3 changed files with 6 additions and 5 deletions

View File

@@ -13,8 +13,8 @@
:global(.nut-searchbar-content) {
background-color: #ffffff !important; // 明确设置搜索框背景色为白色
box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.08); // 根据设计稿调整阴影
border: 0.5px solid rgba(0, 0, 0, 0.06); // 根据设计稿添加边框
// box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.08); // 根据设计稿调整阴影
// border: 0.5px solid rgba(0, 0, 0, 0.06); // 根据设计稿添加边框
padding: 8px 12px; // 根据设计稿调整内边距
height: 44px; // 根据设计稿设置高度
box-sizing: border-box;