1
guanqb
2022-12-27 a5921345f0ad15c6936d85d59ae3ff829d838711
1
1 files modified
16 ■■■■■ changed files
src/styles/media/index.scss 16 ●●●●● patch | view | raw | blame | history
src/styles/media/index.scss
@@ -1444,6 +1444,7 @@
                                li {
                                    button {
                                        width: countSizeVw(60, 1920);
                                        line-height: countSizeVh(30);
                                        height: countSizeVh(30);
                                        margin: 0 countSizeVw(5, 1920);
                                        border: countSizeVh(1) solid #cecece;
@@ -1513,23 +1514,23 @@
                                }
                                .el-switch{
                                    font-size: countSizeVh(14);
                                    height: countSizeVh(16);
                                    line-height: countSizeVh(16);
                                    height: countSizeVh(12);
                                    line-height: countSizeVh(12);
                                }
                                .el-switch__core{
                                    height: countSizeVw(18, 1920);
                                    width: countSizeVw(40, 1920)!important;
                                    height: countSizeVw(14, 1920);
                                    width: countSizeVw(30, 1920)!important;
                                    border-radius: countSizeVw(10, 1920);
                                    border: countSizeVh(1) solid #DCDFE6;
                                }
                                .el-switch__core:after{
                                    top: countSizeVh(1) ;
                                    left: countSizeVh(1) ;
                                    width: countSizeVw(16, 1920);
                                    height: countSizeVw(16, 1920);
                                    width: countSizeVw(12, 1920);
                                    height: countSizeVw(12, 1920);
                                }
                                .el-switch.is-checked .el-switch__core::after{
                                    margin-left:countSizeVw(24, 1920)!important;
                                    margin-left:countSizeVw(18, 1920)!important;
                                }
                            }
                        }
@@ -1545,6 +1546,7 @@
                                    button {
                                        width: countSizeVw(60, 1920);
                                        height: countSizeVh(30);
                                        line-height: countSizeVh(30);
                                        margin: 0 countSizeVw(5, 1920);
                                        border: countSizeVh(1) solid #cecece;
                                        border-radius: countSizeVw(4, 1920);