@@ -292,7 +292,12 @@ onMounted(() => {
</script>
-<style lang="scss" scoped>
+<style lang="scss">
+@media screen and (max-width: 1280px) {
+ :root {
+ font-size: calc(1280px / 106);
+ }
+}
.main {
background: #efefef;
padding-bottom: 0.65rem;
@@ -152,9 +152,11 @@ onMounted(() => {
getIniReportList();
})
-html {
- font-size: calc(100vw / 106);
}
ul,