diff --git a/src/components/BreadCrumb.vue b/src/components/BreadCrumb.vue index 493bd4a5..faf7680f 100644 --- a/src/components/BreadCrumb.vue +++ b/src/components/BreadCrumb.vue @@ -61,6 +61,7 @@ export default { }, { name: "关卡", + href: "/leveladd", }, { name: "创建关卡", diff --git a/src/views/learningpath/LevelAddDetail.vue b/src/views/learningpath/LevelAddDetail.vue index 41e9a73d..f1dc5245 100644 --- a/src/views/learningpath/LevelAddDetail.vue +++ b/src/views/learningpath/LevelAddDetail.vue @@ -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; }