1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| @import (reference) 'dingtalk-theme/dingtalk-x/mob.less';
|
| .myList {
| overflow-y: auto;
|
| &-loading {
| .common_body_bold_text_style;
| font-weight: 100;
| color: rgba(23, 26, 29, 0.4);
| display: flex;
| align-items: center;
| justify-content: center;
| padding-bottom: 12px;
|
| &-spin {
| --spin-size: 16px;
| margin-right: 8px;
| }
| }
| }
|
|