Browse Source

登录时密码输入框高度不足,Placeholder显示不完整, 顶部缺失

master
sige 1 year ago
parent
commit
f704d6f159
  1. 2
      src/components/LoginForm.vue

2
src/components/LoginForm.vue

@ -159,7 +159,7 @@ const handleLogin = () => {
border: none; border: none;
outline: none; outline: none;
width: 253px; width: 253px;
height: 17px;
height: 20px;
position: absolute; position: absolute;
left: 120px; left: 120px;
top: 209px; top: 209px;

Loading…
Cancel
Save