Skip to content

Commit

Permalink
chore: use border-color() util; change .note-container border
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotiaWang committed Mar 11, 2024
1 parent 0d96345 commit 2cee8b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions registry/lib/components/style/dark-mode/dark-slice-13.scss
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,8 @@ html {
@include background-color('3');
}
.note-container {
border: none;
overflow: hidden; // B 站写的 .note-detail 容器溢出了
@include border-color();
@include background-color('3'); // 修复上述圆角对齐问题
.note-header {
@include background-color('3');
Expand Down Expand Up @@ -711,7 +712,6 @@ html {
}
}
.note-detail {
border-radius: 10px; // B 站写的容器溢出了
@include background-color('3');
@include color('e');
.up-desc-container .desc-top .up-name {
Expand Down

0 comments on commit 2cee8b5

Please sign in to comment.