diff --git a/src/App.vue b/src/App.vue index 95588aa..395060c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -26,18 +26,45 @@ export default { mounted() { /* npm run build:prod sudo mv ggfw-dangan.zip /usr/share/nginx/html/ggfw-dangan 在 MSSM-Dev 文件夹下 移动压缩包到 ggfw文件夹下 - - cd /usr/share/nginx/html/ggfw-dangan 移动到文件夹下 - - unzip ggfw-dangan.zip -d . 解压 - - rm ./html.zip 删除当前目录下的压缩包 弹出确定删除 打 y 并回车 -*/ + + cd /usr/share/nginx/html/ggfw-dangan 移动到文件夹下 + + unzip ggfw-dangan.zip -d . 解压 + + rm ./html.zip 删除当前目录下的压缩包 弹出确定删除 打 y 并回车 + + */ }, }; - diff --git a/src/assets/images/home/application-bg.png b/src/assets/images/home/application-bg.png new file mode 100644 index 0000000..99a1f39 Binary files /dev/null and b/src/assets/images/home/application-bg.png differ diff --git a/src/assets/images/home/tu1.png b/src/assets/images/home/tu1.png new file mode 100644 index 0000000..1b30fcd Binary files /dev/null and b/src/assets/images/home/tu1.png differ diff --git a/src/assets/images/home/tu2.png b/src/assets/images/home/tu2.png new file mode 100644 index 0000000..8574ac2 Binary files /dev/null and b/src/assets/images/home/tu2.png differ diff --git a/src/assets/images/home/tu3.png b/src/assets/images/home/tu3.png new file mode 100644 index 0000000..079c1d4 Binary files /dev/null and b/src/assets/images/home/tu3.png differ diff --git a/src/assets/images/home/tu4.png b/src/assets/images/home/tu4.png new file mode 100644 index 0000000..eb6bf06 Binary files /dev/null and b/src/assets/images/home/tu4.png differ diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index 5bc70e2..11a2039 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -60,7 +60,8 @@ export default { } ::-webkit-scrollbar { - width: 6px; + margin: 0; + width: 10px; height: 6px; } diff --git a/src/main.js b/src/main.js index d91f7d9..439c70c 100644 --- a/src/main.js +++ b/src/main.js @@ -15,7 +15,10 @@ Element.Table.props.stripe = { default: true, type: Boolean, }; - +Element.Table.props['row-class-name'] = { + default: 'tableRowClassName', + type: String, +}; // 带有边框 // Element.Table.props.border = { // default: true, diff --git a/src/views/portal/index.vue b/src/views/portal/index.vue index 4eb0923..f0815e7 100644 --- a/src/views/portal/index.vue +++ b/src/views/portal/index.vue @@ -34,29 +34,29 @@ export default { data: [ { value: "药品档案", - image: require('@/assets/images/home/dangan1.png'), - bg: require('@/assets/images/home/danganbg1.png'), + image: require('@/assets/images/home/tu1.png'), + bg: require('@/assets/images/home/application-bg.png'), name: "drugArchives" }, { value: "医疗器械档案" , - image: require('@/assets/images/home/dangan2.png'), - bg: require('@/assets/images/home/danganbg2.png'), + image: require('@/assets/images/home/tu2.png'), + bg: require('@/assets/images/home/application-bg.png'), name: "health" }, { value: "化妆品档案" , - image: require('@/assets/images/home/dangan3.png'), - bg: require('@/assets/images/home/danganbg3.png'), + image: require('@/assets/images/home/tu3.png'), + bg: require('@/assets/images/home/application-bg.png'), name: "cosmeticsArchives" }, { value: "传统中药制剂档案" , - image: require('@/assets/images/home/dangan4.png'), - bg: require('@/assets/images/home/danganbg4.png'), + image: require('@/assets/images/home/tu4.png'), + bg: require('@/assets/images/home/application-bg.png'), name: "zyzj" }, ] @@ -165,15 +165,15 @@ export default { align-items: center; img { - width: 40px; - height: 40px; + width: 80px; + height: 80px; } span { + min-width: 160px; font-weight: 600; color: #39404D; font-size: 20px; - margin-left: 20px; } } } diff --git a/src/views/productsMsg/components/cosmeticsArchives.vue b/src/views/productsMsg/components/cosmeticsArchives.vue index e280fc0..68a0f7b 100644 --- a/src/views/productsMsg/components/cosmeticsArchives.vue +++ b/src/views/productsMsg/components/cosmeticsArchives.vue @@ -4,7 +4,7 @@