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
31
32
33
34
35
| .page-message-wrap {
| .page-message {
| position: fixed;
| z-index: 2;
| bottom: 55px;
| right: 20px;
| width: 40px;
| height: 40px;
| }
| }
| .custom-popview {
| .page-message-wrap {
| display: none;
| }
| }
| .ant-modal.menu-tree-modal {
| top: 60px;
| .ant-modal-body {
| min-height: 300px;
| .menu-header {
| text-align: center;
| span {
| font-weight: 600;
| margin-right: 20px;
| }
| .ant-typography {
| font-weight: 600;
| display: inline-block;
| }
| }
| .ant-tree li .ant-tree-node-content-wrapper {
| cursor: default;
| }
| }
| }
|
|