1
guanqb
2022-12-26 5bfc414f6dcde5577b27fdf098eca672f7067a9a
1
1 files modified
102 ■■■■■ changed files
src/styles/media/index.scss 102 ●●●●● patch | view | raw | blame | history
src/styles/media/index.scss
@@ -710,9 +710,42 @@
                                        }
                                       
                                    }
                                    &>.come-out-content,&>.park-content,&>.business-content{
                                        .el-table__header-wrapper {
                                            height: countSizeVh(48);
                                            .el-table__header {
                                                height: 100%;
                                                width: countSizeVw(400,1920)!important;
                                            }
                                        }
                                        .el-table__body{
                                            width: countSizeVw(400,1920)!important;
                                        }
                                        .el-table .el-table__cell {
                                            padding: 0;
                                        }
                                        .el-table th.el-table__cell {
                                            height: 100%;
                                        }
                                        .el-table .cell {
                                            line-height: countSizeVh(48);
                                            font-size: countSizeVh(16);
                                        }
                                        .el-table th.el-table__cell>.cell {
                                            height: 100%;
                                        }
                                        .el-table__empty-text {
                                            font-size: countSizeVh(16);
                                        }
                                    }
                                }
                                .police-info {
                                .police-info ,.warning-info{
                                    .tableClass {
                                        width: countSizeVw(600,1920);
                                        height: countSizeVh(400);
@@ -722,6 +755,38 @@
                                    .tableClass td {
                                        width: countSizeVw(200,1920);
                                    }
                                    .el-table__header-wrapper {
                                        height: countSizeVh(48);
                                        .el-table__header {
                                            height: 100%;
                                            width: countSizeVw(400,1920)!important;
                                        }
                                    }
                                    .el-table__body{
                                        width: countSizeVw(400,1920)!important;
                                    }
                                    .el-table .el-table__cell {
                                        padding: 0;
                                    }
                                    .el-table th.el-table__cell {
                                        height: 100%;
                                    }
                                    .el-table .cell {
                                        line-height: countSizeVh(48);
                                        font-size: countSizeVh(16);
                                    }
                                    .el-table th.el-table__cell>.cell {
                                        height: 100%;
                                    }
                                    .el-table__empty-text {
                                        font-size: countSizeVh(16);
                                    }
                                }
                            }
                        }
@@ -1443,7 +1508,41 @@
                            }
                        }
                    }
                }
                .main-content {
                     .police-affairs-details-box{
                        .el-dialog {
                            width: countSizeVw(540, 1920);
                            height: countSizeVh(320);
                            font-size: countSizeVh(16);
                        }
                        .el-dialog .el-dialog__header {
                            height: countSizeVh(56);
                            line-height: countSizeVh(56);
                            font-size: countSizeVh(16);
                        }
                        .el-dialog .el-dialog__body .item {
                            width: calc(50% - countSizeVw(20, 1920));
                            height: countSizeVh(36);
                            line-height: countSizeVh(36);
                            margin: 0 countSizeVw(10, 1920);
                            font-size: countSizeVh(16);
                        }
                        .el-dialog .el-dialog__body .item > div:first-child {
                            width: countSizeVw(100, 1920);
                            margin-right: countSizeVw(20, 1920);
                            font-size: countSizeVh(16);
                        }
                        .el-dialog .el-dialog__body .item > div:nth-of-type(2) {
                            width: calc(100% - countSizeVw(120, 1920));
                            font-size: countSizeVh(16);
                        }
                     }
                }
                .flexible-btn{
@@ -1674,7 +1773,6 @@
                }
                .el-tree-node__label{
                    font-size: countSizeVh(14);
                }
            }