shuishen
2023-02-10 a66a9f47fe6ae37f347e081669b1ccb29bbbbdfd
src/styles/base/index.scss
@@ -241,8 +241,8 @@
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        width: 700px;
        height: 400px;
        width: 1000px;
        height: 700px;
        top: 50%;
        left: 50% !important;
        transform: translate(-50%, -50%);
@@ -288,7 +288,8 @@
        display: flex;
        margin-bottom: 10px;
        padding-left: 10px;
        &>div{
        &>div {
            display: flex;
            height: 32px;
            line-height: 32px;
@@ -313,14 +314,17 @@
                color: rgba(238, 238, 238, 0.7);
            }
        }
        &>div:first-child input{
        &>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{
        .el-button {
            padding: 6px 10px;
        }
@@ -356,28 +360,31 @@
        transform: translate(-50%, -50%);
        .el-dialog__header {
            height:40px;
            height: 40px;
            line-height: 40px;
        }
        .el-table__header-wrapper {
            height:60px;
            height: 60px;
            line-height: 60px;
        }
        .el-table .cell{
            font-size:  16px;
        .el-table .cell {
            font-size: 16px;
            height: 30px;
            line-height: 30px;
        }
        .el-dialog__body {
            flex: 1;
            .el-table th.el-table__cell>.cell{
                font-size:  16px;
            .el-table th.el-table__cell>.cell {
                font-size: 16px;
            }
        }
        .el-pagination.is-background .el-pager li:not(.disabled).active {
            color: #C0C4CC!important;
            color: #C0C4CC !important;
        }
@@ -385,7 +392,8 @@
            display: flex;
            margin-bottom: 10px;
            padding-left: 10px;
            &>div{
            &>div {
                display: flex;
                height: 32px;
                line-height: 32px;
@@ -410,14 +418,17 @@
                    color: rgba(238, 238, 238, 0.7);
                }
            }
            &>div:first-child input{
            &>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{
            .el-button {
                padding: 6px 10px;
            }
@@ -437,39 +448,44 @@
        transform: translate(-50%, -50%);
        .el-dialog__header {
            height:40px;
            height: 40px;
            line-height: 40px;
        }
        .el-table__header-wrapper {
            height:60px;
            height: 60px;
            line-height: 60px;
        }
        .el-table .cell{
            font-size:  16px;
        .el-table .cell {
            font-size: 16px;
            height: 30px;
            line-height: 30px;
        }
        .el-dialog__body {
            flex: 1;
            .el-table th.el-table__cell>.cell{
                font-size:  16px;
            .el-table th.el-table__cell>.cell {
                font-size: 16px;
            }
        }
        .el-table {
            height: calc(100% - 40px);
            margin-bottom: 10px;
        }
        .el-pagination.is-background .el-pager li:not(.disabled).active {
            color: #C0C4CC!important;
            color: #C0C4CC !important;
        }
        .header {
            display: flex;
            margin-bottom: 10px;
            padding-left: 10px;
            &>div{
            &>div {
                display: flex;
                height: 32px;
                line-height: 32px;
@@ -494,17 +510,20 @@
                    color: rgba(238, 238, 238, 0.7);
                }
            }
            &>div:first-child input{
            &>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{
            .el-button {
                padding: 6px 10px;
            }
        }
    }
}
@@ -759,4 +778,4 @@
.select-on-tab {
    box-shadow: 0 2px 2px $menu-tab-shadow;
    color: #fff;
}
}