fix: 后台亮色模式small字看不见

This commit is contained in:
lan
2024-04-29 22:28:06 +08:00
parent d6d2b7ccaa
commit af919332f4
19 changed files with 21 additions and 17 deletions
@@ -153,4 +153,8 @@ const submitSave = () => {
font-size: 1rem;
letter-spacing: 0.4rem;
}
small{
color: #909399;
margin-left: 0.4rem;
}
</style>