mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-08 06:00:24 +08:00
修复窄屏显示时有些内容无法隐藏的问题
This commit is contained in:
@@ -56,6 +56,10 @@ table {
|
||||
}
|
||||
}
|
||||
|
||||
.ui.table tbody[style*="display: none;"], .ui.table tr[style*="display: none;"], .ui.table tr>td[style*="display: none;"], .ui.table tr>th[style*="display: none;"] {
|
||||
display: none!important;
|
||||
}
|
||||
|
||||
// textarea
|
||||
textarea::-webkit-scrollbar {
|
||||
width: 6px !important;
|
||||
|
||||
Reference in New Issue
Block a user