Merge pull request #2545 from xinnan-tech/yinseyemian

调整试听按钮大小
This commit is contained in:
hrz
2025-11-17 18:31:01 +08:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -15,4 +15,8 @@ select:-webkit-autofill:focus {
.el-footer {
height: 35px !important; /* 使用 !important 确保覆盖默认样式 */
}
.el-icon-video-play {
font-size: 18px !important;
}
+1 -1
View File
@@ -585,7 +585,7 @@ export default {
});
},
getFunctionDisplayChar(name) {
if (!name || name.length === 0) return '';
if (!name || name.length === 0) return "";
for (let i = 0; i < name.length; i++) {
const char = name[i];