shuishen
2022-09-22 4a0febc5b58d90ad0ef5bd1e060a1ff9c5f6b882
src/components/map/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 17:00:30
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2022-09-22 14:05:36
 * @LastEditTime: 2022-09-22 18:00:12
 * @FilePath: \srs-police-affairs\src\components\map\index.vue
 * @Description: 公用地图组件
 * 
@@ -544,30 +544,5 @@
    position: relative;
    width: 100%;
    height: 100%;
    .screen-full-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 420px;
        bottom: 10px;
        width: 36px;
        height: 36px;
        font-size: 20px;
        color: #5a5e66;
        background: #fff;
        border-radius: 5px;
        z-index: 99;
        // &.hover-effect {
        //     cursor: pointer;
        //     transition: background 0.3s;
        //     &:hover {
        //         background: rgba(0, 0, 0, 0.025);
        //     }
        // }
    }
}
</style>