guanqb
2023-04-03 79c259717df5edd12f885660fee5faae70a85fa2
src/styles/base/index.scss
@@ -299,6 +299,92 @@
            }
        }
        .el-main {
            padding: 0;
        }
    }
}
.keyPerson-details-box-two {
    .el-dialog {
        display: flex;
        flex-direction: column;
        width: 1000px;
        height: 560px;
        .el-table__header-wrapper {
            height: 60px;
            line-height: 60px;
        }
        .el-table .cell {
            height: 30px;
            line-height: 30px;
        }
        .el-dialog__body {
            flex: 1;
        }
        .el-pagination.is-background .el-pager li:not(.disabled).active {
            color: #C0C4CC !important;
        }
        .header {
            display: flex;
            margin-bottom: 10px;
            padding-left: 10px;
            &>div {
                display: flex;
                height: 32px;
                line-height: 32px;
                margin-right: 10px;
                input {
                    width: 150px;
                    height: 32px;
                    font-size: 12px;
                    text-indent: 1em;
                    color: #ffffff;
                    background-color: rgba(24, 79, 202, 0.6);
                    border: 1px solid rgb(0, 92, 169);
                    border-radius: 5px;
                }
                input:focus {
                    outline: none;
                }
                input::-webkit-input-placeholder {
                    color: rgba(238, 238, 238, 0.7);
                }
            }
            &>div:first-child input {
                width: 120px;
            }
            .el-button--primary {
                background-color: rgba(29, 92, 228, 0.6);
                border: 1px solid rgba(29, 92, 228, 0.6);
            }
            .el-button--primary:hover {
                background: #66b1ff !important;
                border-color: #66b1ff !important;
            }
            .el-button {
                padding: 6px 10px;
            }
        }
        .el-main {
            padding: 0;
        }
    }
}