Skip to content

Commit

Permalink
hr样式优化。
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Sep 5, 2024
1 parent 35a8a15 commit 8aac702
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/gui/src/view/style/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ ol{
}

hr {
border-width: 1px 0 0 0;
margin: 10px 0
border-width: 2px 0 0 0;
border-style: solid;
border-color: #ddd;
}

.ant-modal-content {
Expand Down
4 changes: 4 additions & 0 deletions packages/gui/src/view/style/theme/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ $dark-bd: #333; //边框和分隔线
$dark-btn: #444; //按钮:边框和背景颜色
$dark-input: #777; //输入框:背景色
.theme-dark{
hr {
border-color: #444;
}

/* 背景色和字体颜色 */
.ds_layout, .ant-layout,
.ds-container, .ds-container .container-header,
Expand Down

0 comments on commit 8aac702

Please sign in to comment.