.backend-layout {
background-image: linear-gradient(to bottom, white, #ccc);
display: grid;
grid-template-columns: auto;
grid-template-rows: 0 40px minmax(40vh, 100vh) 40px;
height: 100vh;
}
是否可以通过eslint或stylelintheight
自动将值与类的其他属性对齐(--fix 选项)?
德米特里