king
2020-08-28 71a0e75ecb56ae643fe1e86188d45f93f48388c9
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
26
.line-chart-drawer-form {
  position: absolute;
  right: 0px;
  top: 50%;
 
  > .anticon-edit {
    color: #1890ff;
    font-size: 16px;
    margin-right: 5px;
  }
}
.menu-chart-edit-modal {
  .ant-modal-body {
    padding-top: 10px;
    .menu-chart-edit-box {
      .anticon-question-circle {
        color: #c49f47;
        position: relative;
        left: -3px;
      }
      .ant-input-number {
        width: 100%;
      }
    }
  }
}