king
2022-09-29 b883ae5d7d46fc7a3503236f16a250c2264ea7c7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.interface-controller-modal {
  .ant-modal-body {
    min-height: 400px;
    >.anticon-plus {
      float: right;
      position: relative;
      z-index: 1;
      margin: 0px 10px 10px;
      font-size: 20px;
      color: #26C281;
    }
    .model-datasource {
      position: relative;
      top: 0;
      color: #1890ff;
      display: inline-block;
      > .anticon-setting {
        font-size: 16px;
      }
    }
  }
}