v6.8.0 样式细节优化

master
gongfuxiang 2026-03-04 15:10:38 +08:00
parent fd80993eb0
commit 5c7fb29c2d
2 changed files with 3 additions and 4 deletions

View File

@ -710,10 +710,6 @@
/**
*
*/
.ht-auto {
height: auto;
}
.ht-0 {
height: 0 !important;
}

View File

@ -188,6 +188,9 @@ button:before {
.wh-auto {
width: 100% !important;
}
.ht-auto {
height: 100% !important;
}
.tc {
text-align: center;
}