feat: 主题支持次色可配置

This commit is contained in:
就眠儀式
2022-02-23 18:38:47 +08:00
parent df565ca61d
commit ee2e03febc
50 changed files with 153 additions and 25 deletions

View File

@@ -1,3 +1,5 @@
@import "../../theme/variable.less";
.lay-split-panel {
height: 100%;
display: flex;
@@ -16,7 +18,7 @@
height: 100%;
width: 3px;
border: 1px #eeeeee solid;
background-color: #fafafa;
background-color: @global-neutral-color-1;
border-left: none;
border-right: none;
cursor: col-resize;
@@ -48,7 +50,7 @@
height: 3px;
cursor: row-resize;
border: 1px #eeeeee solid;
background-color: #fafafa;
background-color: @global-neutral-color-1;
border-top: none;
border-bottom: none;
&:before {