king
2020-07-01 9a16cb432ed0a597caf9ba78c9dda63ad2134207
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
.mob-content-update {
  position: absolute;
  top: -23px;
  right: -1px;
  background: #2f54eb;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  display: none;
 
  i {
    padding: 2px 5px;
    cursor: pointer;
  }
}
.editing .mob-content-update {
  display: inline-block;
}
.mob-content-update-popover {
  .ant-popover-content {
    margin-top: -5px;
    .ant-popover-arrow {
      top: 1px;
    }
  }
  input {
    width: 200px;
  }
}