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
| .mk-main-view {
| .mk-save-menu[disabled] {
| background: #ffffff!important;
| }
| }
| .mk-main-view.production {
| .edit-check {
| display: none;
| }
| }
| .mk-popover-control-wrap {
| .anticon-plus {
| color: #26C281;
| }
| .anticon-edit {
| position: relative;
| z-index: 2;
| color: #1890ff;
| }
| .mk-swap.disabled {
| cursor: not-allowed!important;
| color: #959595;
| }
| }
| .mk-menu-control.mk-popover-control-wrap {
| padding-bottom: 0px;
| }
|
|