This commit is contained in:
孙超
2022-12-15 18:48:41 +08:00
committed by EricZeng
parent 5bceed7105
commit 860d0b92e2
59 changed files with 25972 additions and 1497 deletions

View File

@@ -149,13 +149,13 @@ const AutoPage = (props: any) => {
title: 'Partitions',
dataIndex: 'partitionNum',
key: 'partitionNum',
width: 95,
width: 100,
},
{
title: 'Replications',
dataIndex: 'replicaNum',
key: 'replicaNum',
width: 95,
width: 100,
},
{
title: '健康状态',
@@ -163,7 +163,7 @@ const AutoPage = (props: any) => {
key: 'HealthState',
sorter: true,
// 设计图上量出来的是144但做的时候发现写144 header部分的sort箭头不出来所以临时调大些
width: 170,
width: 100,
render: (value: any, record: any) => {
return calcCurValue(record, 'HealthState');
},
@@ -289,7 +289,7 @@ const AutoPage = (props: any) => {
<div style={{ margin: '12px 0' }}>
<TopicHealthCheck></TopicHealthCheck>
</div>
<div className="clustom-table-content">
<div className="custom-table-content">
<div className={`${tableHeaderPrefix}`}>
<div className={`${tableHeaderPrefix}-left`}>
{/* 批量扩缩副本 */}