index.less
1.76 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
@import "~@/mixins.less";
.commonModel {
.size();
overflow-x: hidden;
overflow-y: auto;
background: #FFF;
padding: 0 10px 0 10px;
:global {
.commonDiv {
.size(100%, auto);
}
.tabTitle {
position: relative;
.size(100%, 40px);
.flex(center);
color: #1890ff;
font-size: 20px;
font-weight: bold;
margin-top: 35px;
}
.advanced {
.ant-tabs {
height: 100%;
.ant-tabs-content-holder {
height: calc(100% - 40px);
.ant-tabs-tabpane {
height: 100%;
}
}
}
}
.advanced1 {
.ant-tabs {
height: calc(100% - 40px);
}
}
}
}
.commonRepairModal {
.size();
:global {
.ant-form-item-label {
flex-basis: 150px !important;
max-width: 150px !important;
}
}
}
.bShow>span>img {
position: fixed;
width: 93px;
height: 93px;
right: 0px;
z-index: 999;
top: 122px;
/* 解决审核图标挡住操作按钮 */
object-fit: contain;
}
.commonFooter {
.size(100%, 50px);
.flex(center, flex-end);
background: #FFF;
padding-right: 20px;
border-top: 1px solid #AAA;
:global {
.ant-btn {
span {
font-size: 18px;
}
}
}
}
.boxImg {
.flex(center, center);
.size(1000px, 100vh);
z-index: 9999;
position: absolute;
left: calc(50vw - 200px);
top: 0;
img {
max-width: 100%;
max-height: 100%;
}
}
.runningStatusCondition {
.size(auto, 100%);
position: absolute;
right: 0;
top: 0;
:global {
.ant-picker {
border: 1px solid #AAA;
border-radius: 5px;
}
.ant-radio-button-wrapper {
font-size: 18px;
}
}
}
.taskConfirmModal {
.size(100%, 100px);
font-size: 16px;
padding: 10px 20px 0 20px;
}