[AI Generated]: fix(Views): 修复连接WiFi页已连接项图标多余底色圆
This commit is contained in:
@@ -167,13 +167,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* 已连接项:蓝色文字 + 右侧已连接勾 */
|
||||
/* 已连接项:蓝色文字 + 右侧已连接勾(图标不加底色圆,沿用图标自身颜色) */
|
||||
.wifi-item-connected {
|
||||
.wifi-item-icon-connected {
|
||||
width: 80rpx;
|
||||
height: 80rpx;
|
||||
border-radius: 50%;
|
||||
background-color: rgba(19, 133, 250, 0.1);
|
||||
}
|
||||
|
||||
.wifi-item-name-connected {
|
||||
|
||||
Reference in New Issue
Block a user