Cmen
3 years ago
11 changed files with 77 additions and 16 deletions
@ -1,19 +1,19 @@ |
|||||||
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header{ |
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header { |
||||||
padding: 6px 8px; |
padding: 6px 8px; |
||||||
font-size: 12px; |
font-size: 12px; |
||||||
background-color: #f7fafc; |
background-color: #f7fafc; |
||||||
} |
} |
||||||
.ant-collapse-content > .ant-collapse-content-box{ |
.ant-collapse-content > .ant-collapse-content-box { |
||||||
padding: 4px 12px; |
padding: 4px 12px; |
||||||
font-size: 12px; |
font-size: 12px; |
||||||
} |
} |
||||||
.overlay-item{ |
.overlay-item { |
||||||
margin-bottom: 4px; |
margin-bottom: 4px; |
||||||
cursor: pointer; |
cursor: pointer; |
||||||
&:hover{ |
&:hover { |
||||||
background-color: #e5e6e7; |
background-color: #e5e6e7; |
||||||
} |
} |
||||||
} |
} |
||||||
.overlay-item-selected{ |
.overlay-item-selected { |
||||||
background-color: #e5e6e7; |
background-color: #e5e6e7; |
||||||
} |
} |
@ -1,9 +1,9 @@ |
|||||||
.menu-title{ |
.menu-title { |
||||||
cursor: pointer; |
cursor: pointer; |
||||||
} |
} |
||||||
.menu-item{ |
.menu-item { |
||||||
width: 240px; |
width: 240px; |
||||||
} |
} |
||||||
.menu-item-hot-key{ |
.menu-item-hot-key { |
||||||
float: right; |
float: right; |
||||||
} |
} |
Loading…
Reference in new issue