king
2022-11-14 5ec0f02101cb4255c6398856bbf17a2a0b2c9a7e
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
.menu-dashboard-edit-box {
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  
  .canvas {
    margin: 0px;
    padding: 15px;
    letter-spacing: 0px;
  }
 
  >.anticon-tool {
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 3;
    font-size: 16px;
    padding: 5px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.85);
    background: rgba(255, 255, 255, 0.55);
  }
}
.menu-dashboard-edit-box:hover {
  z-index: 1;
  box-shadow: 0px 0px 4px #1890ff;
}