diff --git a/src/App.vue b/src/App.vue index fef0870..5513637 100644 --- a/src/App.vue +++ b/src/App.vue @@ -26,6 +26,13 @@ export default { .el-tooltip__popper { max-width: 300px; } +.el-button--primary{ + background-color: #2671E2 !important; + border-color: #2671E2 !important; +} +.el-scrollbar__wrap{ + height: 100vh !important; +} .el-table__row{ font-size: 14px!important; } diff --git a/src/page/index/logo.vue b/src/page/index/logo.vue index a75e584..4a303ef 100644 --- a/src/page/index/logo.vue +++ b/src/page/index/logo.vue @@ -58,7 +58,7 @@ export default { .logoIcon{ display: block; width: 50px; - height: 36px; + height: 38px; background: url('../../../public/logoPng.png') no-repeat; background-size: 100%; } diff --git a/src/page/wel.vue b/src/page/wel.vue index d626583..34f4fbc 100644 --- a/src/page/wel.vue +++ b/src/page/wel.vue @@ -1,6 +1,6 @@