Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 470fad3

Browse files
committed
fix: 修复 fieldset 在暗黑模式的样式问题
1 parent 388ab44 commit 470fad3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/assets/style/global.less

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,12 @@ body {
127127
fieldset {
128128
padding: 15px 15px 0 15px;
129129
margin-bottom: 15px;
130-
border: 1px solid #e4e7ed;
130+
border: 1px solid var(--color-neutral-3);
131131
border-radius: 3px;
132-
background: #fff;
133132
}
134133
fieldset legend {
135-
color: #5e6d82;
134+
color: rgb(var(--gray-10));
136135
padding: 2px 5px 2px 5px;
137-
border: 1px solid #e4e7ed;
136+
border: 1px solid var(--color-neutral-3);
138137
border-radius: 3px;
139-
background: #fff;
140138
}

0 commit comments

Comments
 (0)