From 075714ceb83ce8abdf0bbd2dce22f176f10145c4 Mon Sep 17 00:00:00 2001 From: zhangjun1 Date: Thu, 23 Jul 2020 18:46:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8F=B0=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E3=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/menu.vue | 13 ++++++++----- src/pages/workbench/workPlace.vue | 8 ++++---- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/src/components/menu.vue b/src/components/menu.vue index 42f6e94..65804bf 100644 --- a/src/components/menu.vue +++ b/src/components/menu.vue @@ -271,8 +271,8 @@ export default { line-height: 18px; height: 20px; text-align: center; - left: 38px; - top: 26px; + left: 55px; + top: 31px; z-index: 2; } .car_img { @@ -282,6 +282,8 @@ export default { .menu_box { float: right; width: 185px; + font-size: 16px; + height: 73px; text-align: center; cursor: pointer; position: relative; @@ -301,19 +303,20 @@ export default { .user_menu { width: 135px; background-color: #ffffff; - box-shadow: 0px 3px 6px 0px #f4f7fc; + box-shadow: 0px 3px 6px 0px rgba(15, 19, 65, 0.05); border-radius: 8px; position: absolute; top: 80px; left: -20px; overflow: hidden; + font-size: 14px; display: none; z-index: 1; } .shop_menu { width: 280px; background-color: #ffffff; - box-shadow: 0px 3px 6px 0px #f4f7fc; + box-shadow: 0px 3px 6px 0px rgba(15, 19, 65, 0.05); border-radius: 8px; position: absolute; top: 80px; @@ -331,7 +334,7 @@ export default { } .shop_hover { height: 100%; - margin-right: 50px; + margin-right: 80px; } .shop_hover:hover .shop_menu { display: block; diff --git a/src/pages/workbench/workPlace.vue b/src/pages/workbench/workPlace.vue index 0f0aec5..5c5dce3 100644 --- a/src/pages/workbench/workPlace.vue +++ b/src/pages/workbench/workPlace.vue @@ -1879,7 +1879,7 @@ export default { width: 1200px; height: 206px; background-color: #ffffff; - box-shadow: 0px 3px 6px 0px #f4f7fc; + box-shadow: 0px 3px 6px 0px rgba(15, 19, 65, 0.05); border-radius: 12px; padding: 20px; } @@ -1969,7 +1969,7 @@ export default { width: 720px; height: 270px; background-color: #ffffff; - box-shadow: 0px 3px 6px 0px #f4f7fc; + box-shadow: 0px 3px 6px 0px rgba(15, 19, 65, 0.05); border-radius: 12px; padding: 20px; overflow: hidden; @@ -2059,7 +2059,7 @@ export default { width: 460px; height: 270px; background-color: #ffffff; - box-shadow: 0px 3px 6px 0px #f4f7fc; + box-shadow: 0px 3px 6px 0px rgba(15, 19, 65, 0.05); border-radius: 12px; padding: 32px 20px; overflow: hidden; @@ -2102,7 +2102,7 @@ export default { width: 100%; height: 386px; background-color: #ffffff; - box-shadow: 0px 3px 6px 0px #f4f7fc; + box-shadow: 0px 3px 6px 0px rgba(15, 19, 65, 0.05); border-radius: 12px; padding: 15px 20px; } -- 2.26.0