1
shuishen
2022-10-24 9e1a70478ef78788aa5e45473d32b4ada9ae1965
1
1 files modified
14 ■■■■■ changed files
src/views/home/index.vue 14 ●●●●● patch | view | raw | blame | history
src/views/home/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 16:18:17
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2022-10-24 15:53:12
 * @LastEditTime: 2022-10-24 16:40:25
 * @FilePath: \srs-police-affairs\src\views\home\index.vue
 * @Description: 小区-栋-层-房屋
 * 
@@ -1850,6 +1850,10 @@
    color: #fff;
    width: 100%;
    :deep(.el-table__body-wrapper) {
        overflow-x: hidden !important;
    }
    .left-container {
        position: fixed;
        top: 80px;
@@ -1905,10 +1909,6 @@
        .case-box {
            height: 30%;
        }
        .alert-box :deep(.el-table__body-wrapper) {
            overflow-x: hidden !important;
        }
        .alert-box,
@@ -2180,10 +2180,6 @@
            height: calc(100% - 56px);
            /* 解决自定义滚动条 x 轴显示问题 */
        }
        :deep(.el-table__body-wrapper) {
            overflow-x: hidden !important;
        }
    }