// 基于 @CONTROL/向导面板/CONTROL.less.ftl 生成
.app-wizard {
    background: #fff;
    height: 100%;
    .wizard-steps{
      padding: 10px 50px;
      border-bottom: 1px solid #ddd;
      margin-bottom: 10px;
      .el-step__head.is-process{
        border-color: #7e8187;
        color: #7e8187;
      }
      .el-step__title.is-process{
        color: #7e8187;
      }
      .el-step__head.is-success{
        border-color: #1890ff;
        color: #1890ff;
      }
      .el-step__title.is-success{
        color: #1890ff;
      }
    }
    .app-wizard-content{
        height: 100%;
        overflow-y: auto;
    }
    .app-wizard-footer {
        padding: 10px;
        text-align: right;
        .ivu-btn {
            margin: 0 5px;
        }
    }
}

// this is less