fix:管理分组输入框移动端触发缩放问题
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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'
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user