Commit e710a399 authored by “yiyousong”'s avatar “yiyousong”

fix:修改根字体

parent fe507ab0
......@@ -1980,6 +1980,9 @@ export default {
mounted() {
_this = this;
this.getPlatformChildren();
// 重置根字体大小
let root = document.documentElement;
root.style.fontSize = "var(--base-font-size)";
},
computed: {
...mapState("user", ["siteList", "userData"]),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment