Skip to content

Commit

Permalink
style: 修改底色层级
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Jan 16, 2024
1 parent f63f7ae commit 44ec4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/li-editor/src/layout/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const useStyle = () => {
editorLayout: css`
position: relative;
display: flex;
background-color: ${colorBgLayout};
/* 滚动条整体部分,必须要设置 */
::-webkit-scrollbar {
Expand Down Expand Up @@ -63,6 +62,7 @@ const useStyle = () => {
position: relative;
display: flex;
color: ${colorText};
background-color: ${colorBgLayout};
`,

sideNav: css`
Expand Down

0 comments on commit 44ec4ed

Please sign in to comment.