From 203f80e066a5305ed4c6138235c615bcf90cb0b0 Mon Sep 17 00:00:00 2001 From: buter Date: Sat, 28 May 2022 16:45:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/datastudio/db_assistant/css/index.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/code/datastudio/db_assistant/css/index.css b/code/datastudio/db_assistant/css/index.css index 429c5558..a8b8f33d 100644 --- a/code/datastudio/db_assistant/css/index.css +++ b/code/datastudio/db_assistant/css/index.css @@ -94,10 +94,7 @@ p { .grammar-item-goback { line-height: 22px; - /* display: inline-flex; */ - position: fixed; - top: 60px; - left: 300px; + display: inline-block; margin: 0 0 0 2; padding-left: 6px; padding-right: 1px; -- Gitee