docs: hygon notes

This commit is contained in:
jialin
2025-12-29 09:36:48 +08:00
parent 835633d44b
commit bd2e4bb633
5 changed files with 26 additions and 14 deletions
+13
View File
@@ -344,3 +344,16 @@ textarea:hover {
.text-success {
color: var(--ant-color-success);
}
.desc-fill {
font-weight: 600;
color: var(--ant-color-text);
background-color: var(--ant-color-fill-content);
line-height: 1.5;
padding: 2px 6px;
border-radius: 4px;
}
.line-6 {
line-height: 24px;
}