style:修改创建关卡滚动,页面缩小样式

This commit is contained in:
songwc
2022-10-12 09:59:51 +08:00
parent 8c3ed32331
commit 7ea05aa5bc
2 changed files with 9 additions and 3 deletions

View File

@@ -61,6 +61,7 @@ export default {
}, },
{ {
name: "关卡", name: "关卡",
href: "/leveladd",
}, },
{ {
name: "创建关卡", name: "创建关卡",

View File

@@ -771,6 +771,8 @@ export default {
height: 100%; height: 100%;
background-color: #f1f4f8; background-color: #f1f4f8;
display: flex; display: flex;
// min-width: 1200px;
overflow-x: hidden;
.left { .left {
margin-right: 20px; margin-right: 20px;
width: 208px; width: 208px;
@@ -1011,16 +1013,17 @@ export default {
.mid { .mid {
width: 100%; width: 100%;
height: 130px; // height: 130px;
margin-top: 20px; margin-top: 20px;
margin-bottom: 20px; margin-bottom: 20px;
background-color: #fff; background-color: #fff;
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.07); box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.07);
display: flex; display: flex;
align-items: center; align-items: center;
flex-wrap: wrap;
.item { .item {
height: 100%; height: 115px;
width: 7.7%; // width: 7.7%;
display: flex; display: flex;
align-items: center; align-items: center;
.itcon { .itcon {
@@ -1030,6 +1033,8 @@ export default {
justify-content: center; justify-content: center;
height: 100%; height: 100%;
width: 100%; width: 100%;
margin-left: 46px;
margin-right: 46px;
.img { .img {
cursor: pointer; cursor: pointer;
} }