kafka-manager 2.0

This commit is contained in:
zengqiao
2020-09-28 15:46:34 +08:00
parent 28d985aaf1
commit c6e4b60424
1253 changed files with 82183 additions and 37179 deletions

View File

@@ -0,0 +1,23 @@
.dropdown-menu {
background-color: #fff;
box-shadow: 0px 0px 4px 0px rgba(217, 217, 217);
border-radius: 4px;
font-size: 13px;
&.fix-height {
height: 200px;
overflow: scroll;
}
li {
text-align: center;
height: 32px;
line-height: 32px;
padding: 0px 20px;
&:hover {
background: rgba(236, 111, 38, 0.1);
}
}
}