mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-12 11:02:37 +08:00
v2.8.0_e初始化
1、测试代码,开源用户尽量不要使用; 2、包含Kafka-HA的相关功能; 3、并非基于2.6.0拉的分支,是基于master分支的 commit-id:462303fca0拉的2.8.0_e的分支。出现这个情况的原因是v2.6.0的代码并不是最新的,2.x最新的代码是462303fca0这个commit对应的代码;
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
@@ -13,7 +12,9 @@ li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
html, body, .router-nav {
|
||||
html,
|
||||
body,
|
||||
.router-nav {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-family: PingFangSC-Regular;
|
||||
@@ -52,11 +53,12 @@ html, body, .router-nav {
|
||||
color: @primary-color;
|
||||
}
|
||||
|
||||
.ant-table-thead > tr > th, .ant-table-tbody > tr > td {
|
||||
.ant-table-thead>tr>th,
|
||||
.ant-table-tbody>tr>td {
|
||||
padding: 13px;
|
||||
}
|
||||
|
||||
.ant-table-tbody > tr > td {
|
||||
.ant-table-tbody>tr>td {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
@@ -72,15 +74,11 @@ html, body, .router-nav {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.ant-form-item {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.mb-24 {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.ant-table-thead > tr > th .ant-table-filter-icon {
|
||||
.ant-table-thead>tr>th .ant-table-filter-icon {
|
||||
right: initial;
|
||||
}
|
||||
|
||||
@@ -100,7 +98,7 @@ html, body, .router-nav {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.config-info{
|
||||
.config-info {
|
||||
white-space: pre-line;
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
@@ -112,5 +110,4 @@ html, body, .router-nav {
|
||||
margin-left: 10px;
|
||||
cursor: pointer;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user