king
2021-11-30 1e4a2c74f6782a1f1e3d745830948f3255871f61
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.sub-app-edit-form {
  padding: 0px 24px 20px;
 
  .mk-source-wrap {
    .ant-radio-button-wrapper:last-child {
      display: none;
    }
    .ant-radio-button-wrapper:not(:first-child) {
      border-radius: 0 4px 4px 0;
    }
  }
  .ant-form-item-control {
    height: 40px;
  }
  .ant-form-item-with-help {
    margin-bottom: 24px;
  }
}