king
2023-11-28 edc8ebfb8f3c287d4fc40df3c6c8b0fe59b87f2c
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;
      }
    }
  }
}