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
| .mob-source-item {
| display: inline-block;
| width: 130px;
| margin-right: 15px;
| cursor: move;
| height: 130px;
| box-shadow: 0px 0px 3px #dddddd;
|
| background-size: contain;
| background-position: center center;
| background-repeat: no-repeat;
|
| .tooltip-block {
| width: 100%;
| height: 100%;
| background: transparent;
| }
| }
|
| .mob-source-tooltip-box {
| margin-left: 20px;
| .ant-tooltip-content {
| width: 250px;
| }
| }
|
|