去除margin

This commit is contained in:
algerkong
2021-11-09 13:22:30 +08:00
parent efc7985602
commit a622540704

View File

@@ -55,7 +55,7 @@ const menus = store.state.menus;
}
.layout-main {
@apply bg-black rounded-lg mb-10 text-white shadow-xl flex-col relative;
@apply bg-black rounded-lg text-white shadow-xl flex-col relative;
height: 900px;
width: 1500px;
overflow: hidden;