Commit 2daba2e2 authored by 李苏's avatar 李苏 💬

the app body set style zoom 90%

parent 052426b8
......@@ -12,13 +12,16 @@ export default {
title:localStorage.getItem('appName')|| this.$store.state.settings.dynamicTitle && this.$store.state.settings.title,
titleTemplate: title => {
// return title ? `${title} - ${process.env.VUE_APP_TITLE}` : process.env.VUE_APP_TITLE
return title
return title
}
}
}
}
</script>
<style>
body {
zoom: 90%;
}
#app{
font-family: "SimHei", Arial, sans-serif;
}
......
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