mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-26 17:13:54 +08:00
fix:登录页面样式调整
This commit is contained in:
@@ -329,7 +329,7 @@ export default {
|
|||||||
'paramDialog.jsonType': 'Đối tượng JSON',
|
'paramDialog.jsonType': 'Đối tượng JSON',
|
||||||
|
|
||||||
// Login page text
|
// Login page text
|
||||||
'login.title': 'Đăng nhập',
|
'login.title': 'DN',
|
||||||
'login.welcome': 'CHÀO MỪNG ĐẾN VỚI ĐĂNG NHẬP',
|
'login.welcome': 'CHÀO MỪNG ĐẾN VỚI ĐĂNG NHẬP',
|
||||||
'login.username': 'Tên đăng nhập',
|
'login.username': 'Tên đăng nhập',
|
||||||
'login.usernamePlaceholder': 'Vui lòng nhập tên đăng nhập',
|
'login.usernamePlaceholder': 'Vui lòng nhập tên đăng nhập',
|
||||||
|
|||||||
@@ -38,11 +38,11 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
right: 15%;
|
right: 18%;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
padding: 35px 0;
|
padding: 35px 0;
|
||||||
width: 550px;
|
width: 450px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user