support setting app font size

This commit is contained in:
MaysWind
2023-06-12 00:18:58 +08:00
parent 702c095544
commit dfb885f38d
23 changed files with 330 additions and 70 deletions
+1 -1
View File
@@ -79,6 +79,6 @@ export default {
}
.license-popup .subnavbar-title {
--f7-subnavbar-title-font-size: 30px;
--f7-subnavbar-title-font-size: var(--ebk-license-popup-title-font-size);
}
</style>