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
| .menu-account-wrap {
| position: relative;
| box-sizing: border-box;
| background: #ffffff;
| background-position: center center;
| background-repeat: no-repeat;
| background-size: cover;
| color: #000000;
|
| .ant-select {
| min-width: 250px;
| max-width: 300px;
| color: #000000;
| }
|
| .date {
| margin-left: 15px;
| }
| }
|
| .mk-add-book {
| padding: 4px 8px 10px;
| cursor: pointer;
| text-align: center;
| color: var(--mk-sys-color);
| }
|
|