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
36
37
| .wx-note {
| display: flex;
| .note-wrap {
| flex: 1;
|
| .note {
| border: 1px solid #d9d9d9;
| width: 270px;
| margin: 0 auto;
| border-radius: 4px;
| height: 100%;
|
| >p {
| text-align: center;
| border-bottom: 1px solid #d9d9d9;
| padding: 7px;
| margin-bottom: 0px;
| }
| >div {
| padding: 15px;
| p {
| margin-bottom: 0px;
| }
| }
| }
| }
| }
| .dz-link {
| .ant-form-item {
| .ant-form-item-label {
| width: 10.8%;
| }
| .ant-form-item-control-wrapper {
| width: 89.2%;
| }
| }
| }
|
|