Browse Source

用户名放大

master
maochaoying 2 years ago
parent
commit
bafb4b082c
  1. 4
      src/components/LoginForm.vue
  2. 8
      src/components/Setting/components/User.vue

4
src/components/LoginForm.vue

@ -146,10 +146,10 @@ const handleLogin = () => {
border: none; border: none;
outline: none; outline: none;
width: 253px; width: 253px;
height: 20px;
height: 27px;
position: absolute; position: absolute;
left: 120px; left: 120px;
top: 142px;
top: 136px;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-size: 22px; font-size: 22px;
font-weight: 350; font-weight: 350;

8
src/components/Setting/components/User.vue

@ -477,14 +477,14 @@ const addNewUserFunc = () => {
.username_form { .username_form {
position: absolute; position: absolute;
left: 47px; left: 47px;
top: 0;
top: -4px;
width: 243px; width: 243px;
height: 17px;
height: 27px;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-size: 12px;
font-size: 22px;
font-weight: 350; font-weight: 350;
letter-spacing: 0.06em; letter-spacing: 0.06em;
color: #dfdfdf;
color: #000;
border: none; border: none;
outline: none; outline: none;
} }

Loading…
Cancel
Save