diff --git a/package.json b/package.json index 80c0cc8..972e1d8 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { + "@icon-park/vue-next": "^1.4.2", "@types/lodash": "^4.14.149", "axios": "^1.7.2", "core-js": "^3.8.3", diff --git a/src/App.vue b/src/App.vue index c3ec10e..986a687 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,6 +9,7 @@ -moz-osx-font-smoothing: grayscale; text-align: center; color: #2c3e50; + // background-color: rgba(0, 0, 255, 0.6); } nav { diff --git a/src/assets/menu/生产作业.png b/src/assets/menu/生产作业.png new file mode 100644 index 0000000..5214ee8 Binary files /dev/null and b/src/assets/menu/生产作业.png differ diff --git a/src/assets/menu/生产报工.png b/src/assets/menu/生产报工.png new file mode 100644 index 0000000..a2df7f1 Binary files /dev/null and b/src/assets/menu/生产报工.png differ diff --git a/src/main.ts b/src/main.ts index eb06a76..932b112 100644 --- a/src/main.ts +++ b/src/main.ts @@ -11,7 +11,7 @@ import isSameOrBefore from 'dayjs/plugin/isSameOrBefore' import isSameOrAfter from 'dayjs/plugin/isSameOrAfter' import relativeTime from 'dayjs/plugin/relativeTime' import utc from 'dayjs/plugin/utc' - +import "@icon-park/vue-next/styles/index.css"; import * as ElementPlusIconsVue from '@element-plus/icons-vue' dayjs.extend(isSameOrBefore) diff --git a/src/views/HomePage.vue b/src/views/HomePage.vue index 0babbc5..a018497 100644 --- a/src/views/HomePage.vue +++ b/src/views/HomePage.vue @@ -1,10 +1,21 @@ @@ -16,13 +27,14 @@ import { ref } from 'vue' import { useRouter } from 'vue-router' import HomeTop from './components/Home/home_top.vue' +import HomeRight from './components/Home/home_right.vue' import HomeBottom from './components/Home/home_bottom.vue' diff --git a/src/views/components/Home/home_top.vue b/src/views/components/Home/home_top.vue index f65bbb6..a307adc 100644 --- a/src/views/components/Home/home_top.vue +++ b/src/views/components/Home/home_top.vue @@ -1,6 +1,6 @@