From f550bbd29b0c6fef1381d3435f31c7e706f5c7cc Mon Sep 17 00:00:00 2001 From: kim131 <1035828775@qq.com> Date: Mon, 25 Jan 2021 16:33:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=97=E8=A1=A8=E5=AE=9A?= =?UTF-8?q?=E4=BD=8D=20=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=BE=AE=E8=B0=83=20=E5=8D=8F=E4=BD=9C=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E8=A2=AB=E9=81=AE=E6=8C=A1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/css/main.css | 12 +++++-- src/App.vue | 6 ++++ src/components/app-header/app-header.vue | 31 +++++++++++++------ src/components/app-header/components/nav.vue | 3 -- .../app-header/components/user_center.vue | 17 ++++++++-- src/components/notification/notification.vue | 9 ++++-- src/services/system.js | 8 ++--- src/store/index.js | 1 - .../projDetail/components/personnel-list.vue | 10 ++---- src/views/login/index.vue | 7 ++++- src/views/main_web/index/index.vue | 30 +++++++++++++----- src/views/main_web/proj-list.vue | 4 +-- .../workspace/components/workLine.vue | 25 ++++++++------- .../main_web/workspace/workspace.new.vue | 7 ++--- src/views/platform_center/index.vue | 6 ---- vue.config.js | 2 +- 16 files changed, 112 insertions(+), 66 deletions(-) diff --git a/public/static/css/main.css b/public/static/css/main.css index dba3da3d..65159e6a 100644 --- a/public/static/css/main.css +++ b/public/static/css/main.css @@ -6,6 +6,11 @@ body { -webkit-font-smoothing: antialiased; } +/* 导航栏设置 */ +.no-drag { + -webkit-app-region: no-drag; +} + /*登录注册*/ .loginbox { @@ -459,6 +464,7 @@ ul { margin: 0 auto; height: calc(100vh - 136px); } + .yiyun_section_warp{ position: relative; display: block; @@ -9012,15 +9018,15 @@ h5.dulilabel{ /* .hide-scrollbar-thumb { background-color: #fcfcfc !important; } */ - /*当前窗口失去焦点时的滑块样式*/ + /*当前窗口失去焦点时的滑块样式 */ .personnel-list .content-wrap::-webkit-scrollbar-thumb:window-inactive, .right-part .part-wrap::-webkit-scrollbar-thumb:window-inactive, .proj-detail .proj-desc-wrap::-webkit-scrollbar-thumb:window-inactive, .proj-detail .summary-wrap::-webkit-scrollbar-thumb:window-inactive, .template_improve .summary-wrap::-webkit-scrollbar-thumb:window-inactive, .new-proj .template_select_content::-webkit-scrollbar-thumb:window-inactive { - background-color: #adadad; - /* background-color: transparent; */ + /* background-color: #adadad; */ + background-color: transparent; } /* 当前选中的工作负责人的框 */ diff --git a/src/App.vue b/src/App.vue index 289b4a27..46d86a24 100644 --- a/src/App.vue +++ b/src/App.vue @@ -37,6 +37,7 @@ 'workspace-bigbody': $route.path.indexOf('/workspace') >=0, 'mt-76': $route.name == 'newproject' || $route.name == 'projdetail'}" > +