index.less
1.71 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
.customer{
.cust_info{
margin:10px 0;
padding: 10px 30px;
background-color: #fff;
.flex{
margin-bottom:20px;
display: flex;
justify-content: flex-start ;
align-items: center;
.ant-form-item{
width:400px;
.ant-form-item-label label[for="loginName"]{
width:85px;
line-height: 20px;
text-align: left;
white-space: normal;
display: inline-block;
}
.login_desc{
font-size: 12px;
}
}
}
}
.operate{
padding: 10px 10px 10px 30px;
button{
margin-right: 10px;
}
}
.formInput50 {
width: 55%;
}
.tagMarginBton{
margin-bottom: 0px;
}
.ant-tag{
margin-top:6px;
}
.ant-tag-checkable-checked{
background: none;
color:#1890ff;
margin: 0px;
line-height: 18px;
}
.ant-tag-checkable-checked:active{
background: none;
color:#1890ff;
}
.ant-tag-checkable:active {
background: none;
color:#1890ff;
}
.ant-tag-checkable{
margin: 0px;
line-height: 18px;
}
}
.contentForm{
.ant-row{
// margin-top:6px;
}
}
.label120{
.ant-form-item-label{
width: 120px;
}
}
.publicForm{
.formInput{
width:100%;
}
.formInput60{
width:60%;
}
.formInput80{
width:80%;
}
.ant-form-item-label{
text-align: left
}
.multiLine{
.ant-form-item-label{
white-space:inherit;
line-height: 18px;
.multLable{
vertical-align: middle;
display: inline-block;
}
}
}
}
@media (min-width: 992px){
.publicForm{
.ant-form-item-label{
text-align: right
}
}
}