zjf
2023-03-08 92b359a6458fb985b78431e0a2f54b548e01b1ca
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.el-tabs /deep/ .el-tabs__header {
    margin: 0 15px 15px;
    .el-tabs__item {
        height: 50px;
        line-height: 50px;
    }
    .el-tabs__nav {
        margin-left: 15px;
    }
    .el-tabs__nav-wrap::after {
        height: 1px;
    }
}
.oa-bgcolor {
    background: #fff;
    height: 100%;
    width: 920px;
    // width: 100%;
    // margin: 0 auto;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
}