v1.0.32: 恢复综合概览顶部数据卡呈现(stat-cards网格还原4列) - 碎片处理中心改用独立stat-cards-5修饰类保持5列,仅影响CSS与fragment.js,不动其他页面
This commit is contained in:
@@ -38,7 +38,7 @@ $(function () {
|
||||
/** 渲染页面内容:指标卡 + 硬碎片 + 软碎片 两个独立区块 */
|
||||
function renderPage() {
|
||||
$('#page-content').html(
|
||||
'<div class="stat-cards" id="stat-cards"></div>' +
|
||||
'<div class="stat-cards stat-cards-5" id="stat-cards"></div>' +
|
||||
// ================= 硬碎片 =================
|
||||
'<div class="card" style="margin-top:14px;">' +
|
||||
' <div style="display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;">' +
|
||||
|
||||
Reference in New Issue
Block a user