From 9f1c275cf145ff248033a143208d49b7bdf0ff5c Mon Sep 17 00:00:00 2001 From: fofolee Date: Sun, 28 Jun 2020 23:31:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/style/options.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/assets/style/options.css b/src/assets/style/options.css index 1ecc48d..a0c56b9 100644 --- a/src/assets/style/options.css +++ b/src/assets/style/options.css @@ -1,10 +1,11 @@ .output { - padding: 0px 10px; + padding: 10px; font-size: 13px; font-family: Monaco, consolas; white-space: pre-wrap; word-break: break-all; text-align: left; + margin: 0; } .error { @@ -739,7 +740,8 @@ li.CodeMirror-hint { #quickselect .select2-dropdown { position: fixed; font-size: 14px; - top: -58px + top: -58px; + border: none; } #quickselect .select2-results__options { @@ -794,7 +796,6 @@ li.CodeMirror-hint { height: 40px; width: 40px; border: 0; - box-shadow: 0 0 16px 0 #607D8B; border-radius: 50%; background: #2196F3; color: white;