.page-wrap { overflow: hidden; } .scroll-wrap { display: flex; flex: 1; align-items: stretch; overflow: hidden; } .sidebar-scroll { height: 100%; width: 200rpx; flex-shrink: 0; background: #f6f8fa; } .itembar-scroll { height: 100%; flex: 1; } .n-grid { gap: 30rpx; display: grid; } .n-grid-col-1 { grid-template-columns: repeat(1, 100%); } .n-grid-col-2 { grid-template-columns: repeat(2, calc(50% - 15rpx)); }