1
guanqb
2023-02-11 cf0f0e6b4d276df0a5d91c23dad438bf2e92fa1d
src/styles/base/index.scss
@@ -774,6 +774,35 @@
    }
}
.edit-line-box {
    .el-dialog {
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        width: 340px;
        height: 200px;
        top: 50%;
        left: 50% !important;
        transform: translate(-50%, -50%);
        .el-dialog__body {
            .el-button {
                padding: 0;
                background-color: #409eff;
                color: #fff;
                width: 60px;
                height: 30px;
                text-align: center;
            }
            &>div {
                display: flex;
                justify-content: space-around;
                margin-bottom: 10px;
            }
        }
    }
}
.select-on-tab {
    box-shadow: 0 2px 2px $menu-tab-shadow;