This commit is contained in:
LiJinHui
2025-11-17 18:05:10 +08:00
parent 9e20a53ca0
commit c1f0853271
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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;
}
+1 -1
View File
@@ -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];