From 49232e2e72123692a29bce831e166c2dd71da074 Mon Sep 17 00:00:00 2001 From: liaoxuezhi Date: Fri, 18 Oct 2019 12:34:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=20docs=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/style.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/style.scss b/examples/style.scss index 9949e730..f96ec5d3 100644 --- a/examples/style.scss +++ b/examples/style.scss @@ -47,15 +47,15 @@ } .doc-shcema-preview-popover { - box-shadow: none; - margin-top: -1px; + box-shadow: none !important; + margin-top: -1px !important; padding: 0 45px !important; left: 0 !important; - width: 100%; - max-width: 980px; - z-index: 1; + width: 100% !important; + max-width: 980px !important; + z-index: 1 !important; background: transparent !important; - border: none; + border: none !important; .doc-schema-preview { border: 1px solid #ddd;