From 29cf59bbbf1f21ff0c524743f32b693f632f7af5 Mon Sep 17 00:00:00 2001 From: Lewage59 <920576696@qq.com> Date: Sat, 12 Mar 2022 17:00:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=A1=B6=E9=83=A8=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E7=BD=AE=E9=A1=B6=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- addon/web/client/src/App.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/addon/web/client/src/App.css b/addon/web/client/src/App.css index ca3d8dc..6ba538c 100644 --- a/addon/web/client/src/App.css +++ b/addon/web/client/src/App.css @@ -12,13 +12,16 @@ .main-table-wrap table th { background-color: white; position: sticky; - top: -1px; + top: 50px; } .top-control { + position: sticky; display: flex; align-items: center; - margin: 10px; + background-color: #fff; + top: 0; + padding: 10px; } .top-control > div {