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:
zengqiao
2023-02-13 16:35:43 +08:00
parent 462303fca0
commit e81c0f3040
178 changed files with 9938 additions and 1674 deletions

View File

@@ -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;
}
}