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,18 @@
.full-screen-mark {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1050;
.full-screen-content {
width: 80%;
box-shadow: 0 4px 12px 0;
border-radius: 4px;
margin: 10% auto;
background-color: #fff;
padding: 20px;
overflow: hidden;
}
}