1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| .contextMenuItemC {
| width: 100%;
| height: 100%;
| display: flex;
| justify-content: flex-start;
| align-items: center;
| padding: 6px 0 6px 11px;
|
| .iconBox {
| width: auto;
| }
|
| .labelC {
| font-size: 14px;
| font-family: PingFang SC, PingFang SC;
| font-weight: 400;
| color: #333333;
| }
| }
|
|