shuishen
2023-04-07 e2f341b73943753e6ea96cf6d85a09ce070e2ee1
src/styles/base/index.scss
@@ -664,8 +664,8 @@
    .el-dialog {
        display: flex;
        flex-direction: column;
        width: 320px;
        height: 220px;
        width: 360px;
        height: 240px;
        .el-dialog__body {
            position: relative;
@@ -676,7 +676,17 @@
                height: 100%;
                top: 0;
                left: 0;
                &>.input-box {
                    margin-bottom: 10px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 36px;
                    position: relative;
                }
            }
            .el-button {
                padding: 0;
@@ -699,10 +709,9 @@
        }
        .el-tree {
            height: 100px;
            overflow-y: scroll;
            position: absolute;
            top: 46px;
            height: 100px;
            top: 36px;
            width: calc(100% - 16px);
            background-color: rgba(8, 56, 185, 0.6);
            z-index: 99;
@@ -728,8 +737,6 @@
        .line {
            display: flex;
            justify-content: left;
            position: absolute;
            top: 48px;
        }
        .value-name-box {
@@ -767,8 +774,8 @@
    .el-dialog {
        display: flex;
        flex-direction: column;
        width: 320px;
        height: 180px;
        width: 360px;
        height: 240px;
        .el-dialog__body {
            position: relative;
@@ -779,6 +786,19 @@
                height: 100%;
                top: 0;
                left: 0;
                &>.input-box {
                    margin-bottom: 10px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 36px;
                    position: relative;
                    &>div {
                        width: 100%;
                    }
                }
            }
            .el-button {
@@ -803,6 +823,7 @@
        .police-btn-box {
            position: absolute;
            left: 0;
            bottom: 16px;
            width: 100%;
        }
@@ -810,8 +831,6 @@
        .line {
            display: flex;
            justify-content: left;
            position: absolute;
            top: 48px;
        }
        .value-name-box {
@@ -850,8 +869,8 @@
    .el-dialog {
        display: flex;
        flex-direction: column;
        width: 300px;
        height: 190px;
        width: 360px;
        height: 240px;
        .el-dialog__body {
            .el-button {
@@ -920,8 +939,8 @@
    .el-dialog {
        display: flex;
        flex-direction: column;
        width: 320px;
        height: 186px;
        width: 360px;
        height: 240px;
        .el-dialog__body {
            .el-button {
@@ -942,6 +961,22 @@
                display: flex;
                justify-content: left;
                margin-bottom: 10px;
                input {
                    outline: none;
                    width: 80px;
                    height: 28px;
                    background-color: rgba(8, 56, 185, 0.5);
                    border: none;
                    color: #fff;
                    border-radius: 4px;
                    padding-left: 15px;
                }
                input:focus {
                    border-color: #409EFF;
                    border: 1px solid #409EFF;
                }
            }
            .alpha {
@@ -995,8 +1030,8 @@
    .el-dialog {
        display: flex;
        flex-direction: column;
        width: 300px;
        height: 140px;
        width: 360px;
        height: 240px;
        .el-dialog__body {
            .el-button {
@@ -1018,6 +1053,22 @@
                display: flex;
                // justify-content: center;
                margin-bottom: 10px;
                input {
                    outline: none;
                    width: 80px;
                    height: 28px;
                    background-color: rgba(8, 56, 185, 0.5);
                    border: none;
                    color: #fff;
                    border-radius: 4px;
                    padding-left: 15px;
                }
                input:focus {
                    border-color: #409EFF;
                    border: 1px solid #409EFF;
                }
            }
            .value-name-box {