移除平台配置中无效的 JSON 文件路径展示
配置已迁入数据库,不再展示历史 filePath / data/*.json 路径。
This commit is contained in:
@@ -1012,6 +1012,10 @@ select {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.metric-grid.three {
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.metric-grid.four {
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
}
|
||||
@@ -1264,6 +1268,7 @@ select {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.metric-grid.three,
|
||||
.metric-grid.four,
|
||||
.metric-grid.five,
|
||||
.platform-form-grid,
|
||||
|
||||
Reference in New Issue
Block a user