南昌市物联网技防平台-前端
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.opt-btn {
    text-align: center;
    .el-form-item__content {
        margin-left: 0 !important;
        .el-button {
            width: 80px;
            height: 40px;
            margin: 0 40px;
        }
        .push-nmb-btn {
            width: 80px;
            height: 80px;
            border-radius: 50%;
        }
    }
}