zjf
2023-02-24 3f9bad03f4fbca2d5c5be86e904ae832475634d8
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;
}