1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
| .sub-app-edit-form {
| padding: 0px 24px 20px;
|
| .anticon-question-circle {
| color: #c49f47;
| margin-right: 3px;
| }
| .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-input-number {
| width: 100%;
| }
| .ant-form-item-control {
| height: 40px;
| }
| .ant-form-item-with-help {
| margin-bottom: 24px;
| }
| }
|
|