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';
|
| .myModal {
| position: fixed;
| max-height: 60%;
| overflow-y: auto;
| background-color: @common_bg_z1_color;
| border-radius: 10px;
|
| &-main {
| padding: 0 16px 20px;
| }
|
| &-title {
| font-size: 16px;
| line-height: 24px;
| font-weight: 600;
| padding: 12px 0;
| }
| }
|
|