mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-04 03:42:08 +08:00
1、测试代码,开源用户尽量不要使用; 2、包含Kafka-HA的相关功能; 3、并非基于2.6.0拉的分支,是基于master分支的 commit-id:462303fca0拉的2.8.0_e的分支。出现这个情况的原因是v2.6.0的代码并不是最新的,2.x最新的代码是462303fca0这个commit对应的代码;
113 lines
1.5 KiB
Plaintext
113 lines
1.5 KiB
Plaintext
* {
|
|
padding: 0;
|
|
margin: 0;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
.hide {
|
|
display: none;
|
|
}
|
|
|
|
li {
|
|
list-style-type: none;
|
|
}
|
|
|
|
html,
|
|
body,
|
|
.router-nav {
|
|
width: 100%;
|
|
height: 100%;
|
|
font-family: PingFangSC-Regular;
|
|
}
|
|
|
|
[class*=k-icon-] {
|
|
font-family: kafka-manager;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
vertical-align: baseline;
|
|
display: inline-block;
|
|
-webkit-font-smoothing: antialiased;
|
|
font-variant: normal normal;
|
|
}
|
|
|
|
#root {
|
|
width: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.core-container {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
bottom: 0;
|
|
top: 65px;
|
|
position: absolute;
|
|
width: 100%;
|
|
}
|
|
|
|
.didi-theme {
|
|
color: @primary-color;
|
|
}
|
|
|
|
.ant-table-thead>tr>th,
|
|
.ant-table-tbody>tr>td {
|
|
padding: 13px;
|
|
}
|
|
|
|
.ant-table-tbody>tr>td {
|
|
background: #fff;
|
|
}
|
|
|
|
.ant-select-dropdown-menu-item-active,
|
|
.ant-select-dropdown-menu-item:hover {
|
|
background: #f3f3f3;
|
|
}
|
|
|
|
.content-container {
|
|
flex: 1;
|
|
padding: 24px;
|
|
background: rgba(243, 244, 245, 1);
|
|
overflow: auto;
|
|
}
|
|
|
|
.mb-24 {
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.ant-table-thead>tr>th .ant-table-filter-icon {
|
|
right: initial;
|
|
}
|
|
|
|
.success {
|
|
color: #2fc25b;
|
|
}
|
|
|
|
.fail {
|
|
color: #f5222d;
|
|
}
|
|
|
|
.mr-5 {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.ml-10 {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.config-info {
|
|
white-space: pre-line;
|
|
height: 100%;
|
|
overflow-y: scroll;
|
|
padding: 10px;
|
|
}
|
|
|
|
.applicationDocument {
|
|
display: inline-block;
|
|
margin-left: 10px;
|
|
cursor: pointer;
|
|
font-size: 12px;
|
|
} |