南昌市物联网技防平台-前端
tangzy
2021-03-22 56a5fa8b59a7a94931cfed6650656a2eee20e1cf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.opt-btn {
    margin-bottom: 0px;
    height: 100%;
    text-align: center;
    .el-form-item {
        margin-bottom: 0px !important;
        .el-form-item__content {
            margin-left: 0 !important;
            height: 80px;
            line-height: 80px;
            .el-button {
                width: 80px;
                height: 40px;
                margin: 0 40px;
            }
        }
    }
  
}