From f2ab89fa9446020d23bab98fb8c94dcd69a79953 Mon Sep 17 00:00:00 2001 From: bLue Date: Sun, 10 Dec 2023 21:53:09 +0800 Subject: [PATCH] feat: srk component style optimization --- src/layouts/index.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/layouts/index.less b/src/layouts/index.less index 5ba670f..8001cf9 100644 --- a/src/layouts/index.less +++ b/src/layouts/index.less @@ -43,6 +43,14 @@ body { } } } + // override srk renderer component style + .srk-main { + .srk-prest-status-block { + .srk-prest-status-block-score-details { + margin-top: 0; + } + } + } } #root {