fix: 修复有域名记录时,域名输入框无法关闭的bug

This commit is contained in:
xiaojunnuo
2026-02-05 11:27:32 +08:00
parent ba623903e0
commit 54c8217808
3 changed files with 17 additions and 8 deletions
@@ -476,4 +476,10 @@ h6 {
.fs-icon{
margin-right: 5px;
}
}
.hidden-important {
display: none !important;
visibility: hidden !important;
}