修复记录

This commit is contained in:
wkc
2026-04-07 09:37:41 +08:00
parent 8798aa9230
commit cb3265e796
10 changed files with 233 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ $base-sub-menu-background:#000c17;
$base-sub-menu-hover:#001528;
*/
$base-sidebar-width: 200px;
$base-sidebar-width: 240px;
// the :export directive is the magic sauce for webpack
// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass

View File

@@ -428,7 +428,7 @@ export default {
.model-card-grid {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 16px;
}