mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-26 00:53:54 +08:00
fix:修改错误简写和样式调整
This commit is contained in:
@@ -649,7 +649,7 @@ export default {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 25px;
|
gap: 25px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 48%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -807,11 +807,11 @@ export default {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 导航文本样式 - 支持中英文换行 */
|
/* 导航文本样式 - 防止文本换行 */
|
||||||
.nav-text {
|
.nav-text {
|
||||||
white-space: normal;
|
white-space: nowrap;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
max-width: 80px;
|
max-width: 120px;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ export default {
|
|||||||
'header.smartManagement': 'Tác nhân AI',
|
'header.smartManagement': 'Tác nhân AI',
|
||||||
'header.modelConfig': 'Mô hình',
|
'header.modelConfig': 'Mô hình',
|
||||||
'header.knowledgeBase': 'Kiến thức',
|
'header.knowledgeBase': 'Kiến thức',
|
||||||
'header.voiceCloneManagement': 'NB giọng',
|
'header.voiceCloneManagement': 'Nhân bản giọng',
|
||||||
'header.voiceResourceManagement': 'Tài nguyên giọng nói',
|
'header.voiceResourceManagement': 'Tài nguyên giọng nói',
|
||||||
'header.userManagement': 'Người dùng',
|
'header.userManagement': 'Người dùng',
|
||||||
'header.otaManagement': 'Quản lý OTA',
|
'header.otaManagement': 'Quản lý OTA',
|
||||||
|
|||||||
Reference in New Issue
Block a user