feat: 主题支持次色可配置
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user