回滚页面样式

This commit is contained in:
2026-04-27 04:29:43 +08:00
parent bb244f59f7
commit 854f364bfd
2 changed files with 0 additions and 58 deletions

View File

@@ -622,24 +622,6 @@ tr:hover {
color: #667eea;
}
/* ========== 触控友好 ========== */
.btn,
.btn-login,
.btn-logout,
.status-btn,
.nav-item {
min-height: 44px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.form-group input,
.form-group select,
.form-group textarea {
min-height: 44px;
}
/* ========== 响应式 — 平板 (≤768px) ========== */
@media (max-width: 768px) {
.container {
@@ -725,11 +707,6 @@ tr:hover {
.action-buttons {
width: 100%;
}
.action-buttons .btn {
flex: 1;
min-width: 0;
}
}
/* ========== 响应式 — 手机 (≤480px) ========== */
@@ -861,18 +838,6 @@ tr:hover {
align-items: flex-end;
}
/* 按钮 */
.btn {
padding: 10px 14px;
font-size: 13px;
}
.btn-sm {
padding: 6px 10px;
font-size: 12px;
min-height: 36px;
}
/* 表单 */
.form-group input,
.form-group select,
@@ -909,17 +874,6 @@ tr:hover {
width: 100%;
}
/* 操作栏 */
.action-buttons {
flex-wrap: wrap;
gap: 8px;
}
.action-buttons .btn {
flex: 1 1 calc(50% - 8px);
min-width: 0;
}
/* 分页 */
.pagination {
gap: 4px;