king
2025-05-08 b6c698c8833836971184a0a9c2645a15f8174d37
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
27
28
29
30
31
32
33
34
35
36
.sync-menu-modal {
  .ant-modal-body {
    position: relative;
    padding: 24px 50px;
    min-height: 250px;
    max-height: calc(100vh - 210px);
    .ant-cascader-picker, .ant-select {
      width: 300px;
    }
    .ant-radio-group {
      display: block;
      margin-bottom: 20px;
      .ant-radio-button-wrapper {
        width: 150px;
        text-align: center;
      }
    }
    img {
      max-width: 300px;
      max-height: 150px;
      display: block;
      margin: 10px;
    }
    .ant-spin {
      position: absolute;
      left: calc(50% - 10px);
      top: 75px;
    }
  }
}
.sync-cascader {
  .ant-cascader-menu {
    height: 200px;
    min-width: 120px;
  }
}