king
2024-11-20 a99caad99c3c19e85edd03f2fe425a0630033ac5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.dashboard-chart-drawer-form {
  display: inline-block;
  > .anticon-edit {
    color: #1890ff;
  }
}
.menu-chart-edit-box {
  .color-add {
    float: right;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }
  .color-col {
    .ant-form-item-control {
      height: 40px;
    }
  }
}