king
2025-04-10 fcdfdc9670866fecd2d239d75a6ec28391175e9f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.custom-menu-form {
  .ant-form-item {
    height: 50px;
    .ant-form-explain {
      font-size: 12px;
    }
  }
  .red-font {
    label {
      color: red;
    }
    textarea {
      color: red;
    }
  }
}