From 06c27b4206c5743f93224937df413dddb3b63939 Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Tue, 28 Aug 2018 17:40:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E7=BB=93=E6=9E=9C=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E7=9A=84=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: ee13dd70a185103286f994ef3264ad9933f0d6ab [formerly ee13dd70a185103286f994ef3264ad9933f0d6ab [formerly ee13dd70a185103286f994ef3264ad9933f0d6ab [formerly ee13dd70a185103286f994ef3264ad9933f0d6ab [formerly 402355a58a4c22586f24c8c6638f8438e27ad805 [formerly de66c921b9d748cc13aa05213bc827e404c90405]]]]] Former-commit-id: 7382ebf6f9b621342d2ec7e51eadb57eab7ddc19 Former-commit-id: f9d22eba0c37bf3204aec446ea0383e720ffa441 Former-commit-id: 1eb1bc8cb114d4aafca5aae8f1d2d75d5b36825c [formerly d5148fd8529dc29554b862637fbeaa64469336f6] Former-commit-id: 1f60f2245c67b5ef710e9408d5d3c2dadcdb7f47 Former-commit-id: b0a5a52af3bf4583ad6872b54ff2e85b95263d4c Former-commit-id: 52c5e6f6f0a6195a80745cb0526ef0c7f4005800 Former-commit-id: a5453f3ec924cd08a7c52c38ca98b3674edb8cad Former-commit-id: 545346590541f848739a82afa55b60fd87b3112e --- .../panel-search/components/panel-search-item/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/layout/header-aside/components/panel-search/components/panel-search-item/index.vue b/src/layout/header-aside/components/panel-search/components/panel-search-item/index.vue index 25af577e..0d81c176 100644 --- a/src/layout/header-aside/components/panel-search/components/panel-search-item/index.vue +++ b/src/layout/header-aside/components/panel-search/components/panel-search-item/index.vue @@ -38,9 +38,10 @@ export default { @import '~@/assets/style/public.scss'; .d2-panel-search-item { height: 64px; - margin: 0px; + margin: 0px -20px; &.can-hover { @extend %unable-select; + margin: 0px; &:hover { background-color: #F5F7FA; }