guanqb
2022-12-22 d0dd9d53ed36e3591820b93cf949981c706ccf0a
社区样式
1 files modified
40 ■■■■■ changed files
src/styles/media/index.scss 40 ●●●●● patch | view | raw | blame | history
src/styles/media/index.scss
@@ -290,7 +290,7 @@
                        .region-select {
                            top: countSizeVh(20);
                            width: countSizeVw(640, 1920);;
                            width: countSizeVw(640, 1920);
                            height: countSizeVh(36);
                            .selects-container .selects-box .text{
@@ -340,6 +340,12 @@
                                    font-size: countSizeVh(24);
                                    border: countSizeVh(1) solid rgb(0, 92, 169);
                                    border-radius: 0 countSizeVh(20) countSizeVh(20) 0;
                                }
                                .el-input__inner{
                                    height: countSizeVh(40);
                                    line-height: countSizeVh(40);
                                    padding: 0 countSizeVw(15, 1920);
                                    border-radius:countSizeVh(4);
                                }
                            }
@@ -1641,6 +1647,38 @@
        .el-picker-panel [slot=sidebar]+.el-picker-panel__body, .el-picker-panel__sidebar+.el-picker-panel__body{
            margin-left: countSizeVw(110, 1920);
        }
        .tree-search-popup{
            top:  countSizeVh(135)!important;
            left:  countSizeVw(0, 1920)!important;
        }
        .el-popover{
            min-width: countSizeVw(150, 1920);
            padding: countSizeVh(12);
            border-radius: countSizeVh(4);
            font-size: countSizeVh(14);
            .el-input{
                font-size: countSizeVh(14);
            }
            .el-tree{
                height: countSizeVh(360)!important;
                width: countSizeVw(400, 1920)!important;
                .el-tree-node__content{
                    height: countSizeVh(26);
                }
                .el-tree-node__expand-icon{
                     font-size: countSizeVh(12);
                }
                .el-tree-node__label{
                    font-size: countSizeVh(14);
                }
            }
        }
    }
}