fix: adjust border raduis

This commit is contained in:
jialin
2026-04-08 18:54:06 +08:00
committed by jialin
parent 53cd8ba00c
commit c73609d155
64 changed files with 473 additions and 164 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
@HEADER_HEIGHT: 56px;
@HEADER_HEIGHT: 0px;
.ground-left-wrapper {
display: flex;
@@ -11,7 +11,7 @@
position: relative;
height: calc(
100vh - @HEADER_HEIGHT - var(--page-content-padding) -
var(--page-header-height)
var(--page-content-padding) - var(--page-header-height)
);
width: calc(100% - 390px);