diff --git a/hb_client/package.json b/hb_client/package.json index 88cafcb..2d25c57 100644 --- a/hb_client/package.json +++ b/hb_client/package.json @@ -64,9 +64,9 @@ "eslint-plugin-vue": "5.2.2", "html-webpack-plugin": "3.2.0", "mockjs": "^1.1.0", - "node-sass": "^4.13.1", + "node-sass": "^6.0.1", "runjs": "^4.3.2", - "sass-loader": "^7.1.0", + "sass-loader": "^10.0.1", "script-ext-html-webpack-plugin": "^2.1.5", "script-loader": "0.7.2", "serve-static": "^1.13.2", diff --git a/hb_client/src/App.vue b/hb_client/src/App.vue index 20bae48..a63f8c2 100644 --- a/hb_client/src/App.vue +++ b/hb_client/src/App.vue @@ -69,4 +69,27 @@ export default { #loginFaceWrap .el-dialog{ width: 780px!important;height: 720px!important; } + .el-table th.el-table__cell{ + background-color: rgb(246,247,252); + } + + + .el-table__body-wrapper.is-scrolling-none::-webkit-scrollbar{ + width: 5px!important; + background: #eee!important; +} + +.el-table__body-wrapper.is-scrolling-none::-webkit-scrollbar-track { + -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3)!important; + border-radius: 3px!important; +} + +.el-table__body-wrapper.is-scrolling-none::-webkit-scrollbar-thumb { + border-radius: 3px!important; + height: 100px!important; + background-color: #ccc!important; +} +.ganttLeftMenu .el-table .el-table__row--level-0 .cell{ + font-weight: bold!important;; +} diff --git a/hb_client/src/assets/scss/style.scss b/hb_client/src/assets/scss/style.scss index 143bdb3..a0cc8c2 100644 --- a/hb_client/src/assets/scss/style.scss +++ b/hb_client/src/assets/scss/style.scss @@ -16,7 +16,7 @@ html { body { font-family: Arial, Helvetica, sans-serif; //line-height: 1.2em; - background-color: #f1f1f1; + background-color: #e9ecf5; margin: 0; padding: 0; } diff --git a/hb_client/src/components/Gantt/dashGantt.vue b/hb_client/src/components/Gantt/dashGantt.vue index 66c8ada..3c08bed 100644 --- a/hb_client/src/components/Gantt/dashGantt.vue +++ b/hb_client/src/components/Gantt/dashGantt.vue @@ -40,6 +40,7 @@ diff --git a/hb_client/src/layout/components/Navbar.vue b/hb_client/src/layout/components/Navbar.vue index 466f5b3..162f5d7 100644 --- a/hb_client/src/layout/components/Navbar.vue +++ b/hb_client/src/layout/components/Navbar.vue @@ -6,9 +6,57 @@
diff --git a/hb_client/src/layout/components/Sidebar/Logo.vue b/hb_client/src/layout/components/Sidebar/Logo.vue index 8a11103..99731ef 100644 --- a/hb_client/src/layout/components/Sidebar/Logo.vue +++ b/hb_client/src/layout/components/Sidebar/Logo.vue @@ -24,7 +24,8 @@ export default { }, data() { return { - title: '航玻生产管理系统', + // title: '航玻生产管理系统', + title: '玻璃生加工生产管理系统', logo: 'https://wpimg.wallstcn.com/69a1c46c-eb1c-4b46-8bd4-e9e686ef5251.png' } } diff --git a/hb_client/src/router/index.js b/hb_client/src/router/index.js index 87a1375..cebc40c 100644 --- a/hb_client/src/router/index.js +++ b/hb_client/src/router/index.js @@ -55,7 +55,7 @@ export const constantRoutes = [ { path: '/index', component: () => import('@/views/bigScreen/index'), - meta: { title: '大屏', icon: 'bigScreen', affix: true,keepAlive: false , perms: ['bigScreen'] } + meta: { title: '数据中心', icon: 'bigScreen', affix: true,keepAlive: false , perms: ['bigScreen'] } }, { path: '/changepassword', diff --git a/hb_client/src/styles/index.scss b/hb_client/src/styles/index.scss index a585f9a..8068f55 100644 --- a/hb_client/src/styles/index.scss +++ b/hb_client/src/styles/index.scss @@ -62,7 +62,7 @@ div:focus { // main-container global css .app-container { - padding: 2px; + padding: 20px 30px; } .el-table--medium td,   .el-table--medium th { diff --git a/hb_client/src/views/dashboard/index.vue b/hb_client/src/views/dashboard/index.vue index 480d859..b006309 100644 --- a/hb_client/src/views/dashboard/index.vue +++ b/hb_client/src/views/dashboard/index.vue @@ -1,22 +1,17 @@