头部信息
This commit is contained in:
@@ -43,14 +43,6 @@ const LineChart: React.FC<LineChartProps> = ({
|
||||
lineStyle: { color: "#1677ff" },
|
||||
itemStyle: { color: "#1677ff" },
|
||||
},
|
||||
{
|
||||
data: [3, 99, 12, 14, 8, 0, 0],
|
||||
type: "line",
|
||||
smooth: true,
|
||||
symbol: "circle",
|
||||
lineStyle: { color: "green" },
|
||||
itemStyle: { color: "red" },
|
||||
},
|
||||
],
|
||||
grid: { left: 40, right: 24, top: 40, bottom: 32 },
|
||||
};
|
||||
|
||||
@@ -14,7 +14,6 @@ import {
|
||||
import NavCommon from "@/components/NavCommon";
|
||||
import {
|
||||
fetchDistributionRuleList,
|
||||
updateDistributionRule,
|
||||
toggleDistributionRuleStatus,
|
||||
deleteDistributionRule,
|
||||
} from "./api";
|
||||
@@ -288,6 +287,14 @@ const TrafficDistributionList: React.FC = () => {
|
||||
总流量池数量
|
||||
</div>
|
||||
</div>
|
||||
<div className={style.ruleStatsItem}>
|
||||
<span style={{ fontSize: 16, fontWeight: 600 }}>
|
||||
{item.config?.total?.totalUsers || 0}
|
||||
</span>
|
||||
<div style={{ fontSize: 13, color: "#888", marginTop: 2 }}>
|
||||
分发统计
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className={style.ruleFooter}>
|
||||
<span>
|
||||
|
||||
Reference in New Issue
Block a user