From f16acfa7ddf969226e171bcfbf66cf3f8c06fb95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=8F=AE=E5=AE=87?= Date: Thu, 1 Feb 2024 17:32:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E7=B3=BB=E7=BB=9F=E4=B8=ADta?= =?UTF-8?q?ble=20=E8=A1=A8=E6=A0=BC=E8=A1=A8=E5=A4=B4=E7=95=99=E7=99=BD?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=8C=E5=8F=8A=E8=A1=A8=E5=A4=B4?= =?UTF-8?q?=E4=B8=8E=E8=A1=A8=E6=A0=BC=E4=B8=8D=E5=AF=B9=E5=85=B6=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/style.less b/src/style.less index 93472bc..164d476 100644 --- a/src/style.less +++ b/src/style.less @@ -74,6 +74,13 @@ body { color: #ade6ee; font-size: 16px; border: 1px solid rgba(65, 111, 127, 0.5); + &-header { + background: #126b82 !important; + box-sizing: border-box !important; + table { + width: calc(100% + 11px) !important; + } + } &-thead { > tr {