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
37
38
39
40
41
42
43
| .menu-background-controller {
| width: 100%;
| height: 100%;
| overflow: hidden;
| .color-control .ant-form-item-control {
| padding-top: 10px;
| line-height: 35px;
| }
| .mk-source-wrap {
| height: 32px;
| .mk-source-item-info {
| top: 5px;
| }
| }
| }
|
| .margin-popover {
| padding-top: 0px;
| .ant-popover-inner-content {
| width: 90px;
| padding: 0px 5px;
| .ant-menu-root.ant-menu-vertical {
| border: 0;
| .ant-menu-item {
| height: 30px;
| cursor: pointer;
| line-height: 30px;
| }
| .ant-menu-item:not(:last-child) {
| margin-bottom: 0px;
| }
| .ant-menu-item:first-child {
| margin-top: 10px;
| }
| .ant-menu-item:last-child {
| margin-bottom: 10px;
| }
| }
| }
| .ant-popover-arrow {
| display: none;
| }
| }
|
|