src/components/map/components/campusBuildingSearch.vue
@@ -386,7 +386,7 @@
    }
    .map-campus-shortcut {
        margin-top: 20px;
        margin-top: 40px;
        width: 100%;
        // height: 330px;
        height: auto;
@@ -394,19 +394,18 @@
        border-radius: 5px;
        .shortcut-box {
            padding-top: 36px;
            height: auto;
            ul {
                display: flex;
                width: 100%;
                height: auto;
                justify-content: flex-start;
                // justify-content: space-around;
                flex-wrap: wrap;
                li {
                    margin: 0 13px;
                    width: 84px;
                    height: 76px;
                    margin: 22.5px 0 0 22.5px;
                    width: 80px;
                    height: 70px;
                    .el-button {
                        width: 80px;
@@ -440,6 +439,10 @@
                        border: 1px solid #000;
                    }
                }
                li:last-child {
                    margin-bottom: 22.5px;
                }
            }
        }
    }