1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| .THIS#test {
| position: absolute;
| }
| .THIS .slds-dropdown_left{
| overflow:auto;
| }
| /*2021-10-19 mzy 任务管理改善 start*/
| .THIS .fontSize{
| font-size: 20px;
| }
| .THIS .CheckSize{
| width: 20px;
| height: 20px;
| }
| .THIS .TextArea{
| margin: 0px;
| width: 556px;
| height: 190px;
| resize: none;
| }
| /*2021-10-19 mzy 任务管理改善 end*/
|
|