diff --git a/sdcard/web/index.htm b/sdcard/web/index.htm index f860e7a..78f62f7 100644 --- a/sdcard/web/index.htm +++ b/sdcard/web/index.htm @@ -350,6 +350,15 @@ border-radius: 10px; } + /* 系统信息卡片:不需要白底底板(避免与玻璃拟态卡片风格冲突) */ + #systemContent .memory-chart, + #lpmuSystemContent .memory-chart { + margin-top: 0; + padding: 0; + background: transparent; + border-radius: 0; + } + .memory-item { display: flex; flex-direction: column; @@ -1209,6 +1218,9 @@