style:1.组织管理页面支持组织列表滚动 2.优化一些页面的标题和图标显示
This commit is contained in:
@@ -3,3 +3,17 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* 移动端按钮文本优化 */
|
||||
@media (max-width: 576px) {
|
||||
.button-text-mobile {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* 小屏幕下按钮文字可以隐藏,只保留图标 */
|
||||
@media (max-width: 480px) {
|
||||
.button-text-mobile {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user