mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-28 10:03:54 +08:00
调整
This commit is contained in:
@@ -16,3 +16,7 @@ select:-webkit-autofill:focus {
|
|||||||
.el-footer {
|
.el-footer {
|
||||||
height: 35px !important; /* 使用 !important 确保覆盖默认样式 */
|
height: 35px !important; /* 使用 !important 确保覆盖默认样式 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-icon-video-play {
|
||||||
|
font-size: 18px !important;
|
||||||
|
}
|
||||||
@@ -585,7 +585,7 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
getFunctionDisplayChar(name) {
|
getFunctionDisplayChar(name) {
|
||||||
if (!name || name.length === 0) return '';
|
if (!name || name.length === 0) return "";
|
||||||
|
|
||||||
for (let i = 0; i < name.length; i++) {
|
for (let i = 0; i < name.length; i++) {
|
||||||
const char = name[i];
|
const char = name[i];
|
||||||
|
|||||||
Reference in New Issue
Block a user