fix:管理分组输入框移动端触发缩放问题

This commit is contained in:
hzm
2026-02-03 23:53:07 +08:00
parent cb3e15a628
commit 6435a45464
2 changed files with 1 additions and 1 deletions

View File

@@ -130,6 +130,7 @@ body {
background: #0b1220;
color: var(--text);
outline: none;
font-size: 14px;
transition: border-color 200ms ease, box-shadow 200ms ease;
}
.input:focus {

View File

@@ -483,7 +483,6 @@ function GroupManageModal({ groups, onClose, onSave }) {
style={{
flex: 1,
height: '36px',
fontSize: '14px',
background: 'rgba(0,0,0,0.2)',
border: !item.name.trim() ? '1px solid var(--danger)' : 'none'
}}