feat: 优化deep

This commit is contained in:
李强
2023-11-24 15:25:41 +08:00
parent 49300fb17e
commit fca82c093a

View File

@@ -299,7 +299,7 @@ const messageCenter = messageCenterStore();
} }
.online-status{ .online-status{
cursor: pointer; cursor: pointer;
:deep .el-badge__content.is-fixed { :deep(.el-badge__content.is-fixed) {
top: 30px; top: 30px;
font-size: 14px; font-size: 14px;
left: 5px; left: 5px;
@@ -311,7 +311,7 @@ const messageCenter = messageCenterStore();
} }
.online-down{ .online-down{
cursor: pointer; cursor: pointer;
:deep .el-badge__content.is-fixed { :deep(.el-badge__content.is-fixed) {
top: 30px; top: 30px;
font-size: 14px; font-size: 14px;
left: 5px; left: 5px;