diff --git a/.env.development b/.env.development index 743073c..fc5c371 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 检查员管理系统 +VUE_APP_TITLE = 产品档案管理系统 # 开发环境配置 ENV = 'development' diff --git a/.env.production b/.env.production index e5c0a62..c6adc7d 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 检查员管理系统 +VUE_APP_TITLE = 产品档案管理系统 # 生产环境配置 ENV = 'production' diff --git a/.env.staging b/.env.staging index 1505517..b2583a0 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 检查员管理系统 +VUE_APP_TITLE = 产品档案管理系统 NODE_ENV = production diff --git a/src/assets/images/home/baocun@2x.png b/src/assets/images/home/baocun@2x.png new file mode 100644 index 0000000..5f62a0a Binary files /dev/null and b/src/assets/images/home/baocun@2x.png differ diff --git a/src/assets/images/home/chongzhi@2x.png b/src/assets/images/home/chongzhi@2x.png new file mode 100644 index 0000000..f6658d4 Binary files /dev/null and b/src/assets/images/home/chongzhi@2x.png differ diff --git a/src/assets/images/home/download.png b/src/assets/images/home/download.png new file mode 100644 index 0000000..03da685 Binary files /dev/null and b/src/assets/images/home/download.png differ diff --git a/src/assets/images/home/edit@2x.png b/src/assets/images/home/edit@2x.png new file mode 100644 index 0000000..d09c052 Binary files /dev/null and b/src/assets/images/home/edit@2x.png differ diff --git a/src/assets/images/home/excel.png b/src/assets/images/home/excel.png new file mode 100644 index 0000000..5532cab Binary files /dev/null and b/src/assets/images/home/excel.png differ diff --git a/src/assets/images/home/img.png b/src/assets/images/home/img.png new file mode 100644 index 0000000..0810350 Binary files /dev/null and b/src/assets/images/home/img.png differ diff --git a/src/assets/images/home/pdf.png b/src/assets/images/home/pdf.png new file mode 100644 index 0000000..af6bc00 Binary files /dev/null and b/src/assets/images/home/pdf.png differ diff --git a/src/assets/images/home/world.png b/src/assets/images/home/world.png new file mode 100644 index 0000000..86ce9bd Binary files /dev/null and b/src/assets/images/home/world.png differ diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 4f5cfcd..9ef0db6 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -6,6 +6,7 @@ @import "./btn.scss"; @import "./leaflet.scss"; @import "./font.css"; +@import "./utils.scss"; body { height: 100%; diff --git a/src/assets/styles/utils.scss b/src/assets/styles/utils.scss new file mode 100644 index 0000000..4fdc498 --- /dev/null +++ b/src/assets/styles/utils.scss @@ -0,0 +1,20 @@ +/** +解决大屏可视化适配问题 +设计稿:1920(宽度),1080(高度) +*/ + +// @function px2vw($px) { +// @return $px/1920*100vw; +// } + +// @function px2vh($px) { +// @return $px/1920*100vh; +// } + +@function vw($px) { + @return $px/1920*100vw; +} + +@function vh($px) { + @return $px/1080*100vh; +} \ No newline at end of file diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index 55f766e..68e2135 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -1,4 +1,4 @@ -