king
2021-11-12 0c84df247914f893ef5e41d57a422e10a2dc814c
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;
  }
}