移除流量池列表样式:删除不必要的样式规则,简化代码结构,提升可维护性和用户体验。

This commit is contained in:
超级老白兔
2025-10-17 18:22:38 +08:00
parent fbb78ebd50
commit 3fbf54df99

View File

@@ -27,20 +27,7 @@
right: 8px;
top: 8px;
z-index: 10;
background: rgba(255, 255, 255, 0.9);
border: 1px solid #f0f0f0;
border-radius: 4px;
padding: 4px 8px;
font-size: 14px;
color: #666;
cursor: pointer;
transition: all 0.2s;
&:hover {
background: #fff;
border-color: #d9d9d9;
color: #333;
}
}
/* 左侧图片区域 */