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
| .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;
| }
| .ant-select.ant-select-disabled {
| .ant-select-selection:hover {
| border-color: #d9d9d9;
| }
| .ant-select-selection, .ant-select-selection:focus, .ant-select-selection:active {
| border-color: #d9d9d9;
| box-shadow: none;
| }
| }
| }
|
| .mk-add-book {
| padding: 4px 8px 10px;
| cursor: pointer;
| text-align: center;
| color: var(--mk-sys-color);
| }
|
|