feat(Layout): Add cutMenu layout
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
}
|
||||
|
||||
.border-bottom {
|
||||
border-bottom: 1px solid var(--top-tool-border-color);
|
||||
}
|
||||
|
||||
.border-bottom--after {
|
||||
@apply relative;
|
||||
&:after {
|
||||
content: '';
|
||||
@@ -16,6 +20,10 @@
|
||||
}
|
||||
|
||||
.border-top {
|
||||
border-top: 1px solid var(--top-tool-border-color);
|
||||
}
|
||||
|
||||
.border-top--before {
|
||||
@apply relative;
|
||||
&:before {
|
||||
content: '';
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@import './var.css';
|
||||
@import './common.less';
|
||||
// @import './common.less';
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
--dark-bg-color: #293146;
|
||||
|
||||
/* left menu start */
|
||||
--left-menu-border-color: 'inherit';
|
||||
--left-menu-border-color: '#eee';
|
||||
|
||||
--left-menu-max-width: 200px;
|
||||
|
||||
@@ -43,8 +43,20 @@
|
||||
--top-tool-border-color: #eee;
|
||||
|
||||
--tags-view-height: 35px;
|
||||
|
||||
--tags-view-border-color: #eee;
|
||||
/* header start */
|
||||
|
||||
/* tab menu start */
|
||||
--tab-menu-max-width: 80px;
|
||||
|
||||
--tab-menu-min-width: 30px;
|
||||
|
||||
--tab-menu-collapse-height: 36px;
|
||||
|
||||
--tab-menu-border-color: #eee;
|
||||
/* tab menu end */
|
||||
|
||||
--app-content-padding: 20px;
|
||||
|
||||
--transition-time-02: 0.2s;
|
||||
|
||||
Reference in New Issue
Block a user