From b6c337de5d32812de8db8a5ff0c1e0401f1447cc Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 24 Oct 2022 16:05:32 +0800
Subject: [PATCH] 修改首页销售趋势样式;经营概况、农资出入库记录页面显示3条
---
src/App.vue | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index ccd0e94..1ecbf7a 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -4,6 +4,16 @@
</div>
</template>
+<script>
+import devicePixelRatio from '@/utils/devicePixelRatio'
+
+export default {
+ created () {
+ new devicePixelRatio().init()
+ }
+}
+</script>
+
<style lang="scss">
#app {
width: 100%;
--
Gitblit v1.9.3