mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
style:修改创建关卡滚动,页面缩小样式
This commit is contained in:
@@ -61,6 +61,7 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "关卡",
|
name: "关卡",
|
||||||
|
href: "/leveladd",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "创建关卡",
|
name: "创建关卡",
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user