线上课操作按钮优化

This commit is contained in:
禺狨
2023-03-22 11:44:44 +08:00
parent 4be966dc61
commit 008e297b74
2 changed files with 26 additions and 21 deletions

View File

@@ -420,6 +420,12 @@ textarea.ant-input {
}
}
.b-n-link {
&:hover {
color: rgba(@primaryColor, 0.8) !important;
}
}
.c-gray {
color: rgba(#333333, 0.3);
}