1
guanqb
2022-12-14 c4fc1613ca462e8faa9048b74b28c224f0bbe513
1
5 files modified
17852 ■■■■■ changed files
package-lock.json 17819 ●●●●● patch | view | raw | blame | history
src/styles/element-ui/element-ui.scss 2 ●●● patch | view | raw | blame | history
src/styles/media/index.scss 24 ●●●●● patch | view | raw | blame | history
src/views/activity/index.vue 2 ●●● patch | view | raw | blame | history
src/views/police/index.vue 5 ●●●●● patch | view | raw | blame | history
package-lock.json
Diff too large
src/styles/element-ui/element-ui.scss
@@ -41,7 +41,7 @@
}
.el-table::before {
    height: 0px;
    height: 0;
}
.el-table__body-wrapper {
src/styles/media/index.scss
@@ -271,6 +271,7 @@
                                                        margin: countSizeVh(6) countSizeVw(8, 1920);
                                                        width: countSizeVw(54, 1920);
                                                        height: countSizeVh(36);
                                                        line-height: countSizeVh(36);
                                                        border: countSizeVh(1) solid #ccc;
                                                    }
                                                }
@@ -334,6 +335,28 @@
                                        height: countSizeVh(20);
                                        line-height: countSizeVh(20);
                                    }
                                    .el-table__header-wrapper {
                                        height:countSizeVh(48);
                                        font-size: countSizeVh(16);
                                        .el-table__header{
                                            height: 100%;
                                        }
                                    }
                                    .el-table th.el-table__cell{
                                        height: 100%;
                                    }
                                    .el-table th.el-table__cell{
                                        line-height: countSizeVh(48);
                                        height: countSizeVh(48);
                                    }
                                    .el-table th.el-table__cell>.cell{
                                            height: 100%;
                                    }
                                }
                                
                        }
@@ -569,6 +592,7 @@
                    
                                                .category {
                                                    width: countSizeVw(88, 1920) ;
                                                    font-size: countSizeVh(16);
                                                }
                                            }
                                        }
src/views/activity/index.vue
@@ -1087,7 +1087,6 @@
        height: 100%;
        color: #fff;
        background: $bg-color;
        font-size: 24px;
        .title {
            height: 40px;
@@ -1112,6 +1111,7 @@
                .category {
                    width: 88px;
                    font-size: 16px;
                }
                .category-value {
src/views/police/index.vue
@@ -24,7 +24,7 @@
            </div>
            <div class="list-show" ref="tableBox" v-show="!detailFlag">
                <div class="search-box">
                <div class="search-box" ref="tableSearchBox">
                    <input
                        v-model="searchValue"
                        @input="searchChange"
@@ -45,7 +45,6 @@
                <div class="list" v-show="navType == 1">
                    <el-table
                        :data="carList"
                        style="width: 100%"
                        :header-cell-style="{ 'text-align': 'center', 'background-color': '#203c60', 'borderColor': '#324e75' }"
                        :cell-style="{ 'text-align': 'center', 'borderColor': '#324e75', 'cursor': 'pointer' }"
                        :height="currentTableHeight"
@@ -755,7 +754,7 @@
        },
        setTableHeight () {
            this.currentTableHeight = this.$refs.tableBox.offsetHeight - 88
            this.currentTableHeight = this.$refs.tableBox.offsetHeight - this.$refs.tableSearchBox.offsetHeight
        },
        // 大小重置