mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
style:修改创建关卡滚动,页面缩小样式
This commit is contained in:
@@ -61,6 +61,7 @@ export default {
|
||||
},
|
||||
{
|
||||
name: "关卡",
|
||||
href: "/leveladd",
|
||||
},
|
||||
{
|
||||
name: "创建关卡",
|
||||
|
||||
@@ -771,6 +771,8 @@ export default {
|
||||
height: 100%;
|
||||
background-color: #f1f4f8;
|
||||
display: flex;
|
||||
// min-width: 1200px;
|
||||
overflow-x: hidden;
|
||||
.left {
|
||||
margin-right: 20px;
|
||||
width: 208px;
|
||||
@@ -1011,16 +1013,17 @@ export default {
|
||||
|
||||
.mid {
|
||||
width: 100%;
|
||||
height: 130px;
|
||||
// height: 130px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
background-color: #fff;
|
||||
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.07);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
.item {
|
||||
height: 100%;
|
||||
width: 7.7%;
|
||||
height: 115px;
|
||||
// width: 7.7%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.itcon {
|
||||
@@ -1030,6 +1033,8 @@ export default {
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
margin-left: 46px;
|
||||
margin-right: 46px;
|
||||
.img {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user