seimin 1 gadu atpakaļ
vecāks
revīzija
d80cd9917f

+ 1 - 1
proxy.conf.json

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "/service": {
3
-    "target": "http://192.168.4.223",
3
+    "target": "http://192.168.3.108",
4 4
     "logLevel": "debug",
5 5
     "changeOrigin": true,
6 6
     "pathRewrite": {

+ 0 - 48
src/app/views/advice-detail/advice-detail.component.less

@@ -4,9 +4,6 @@
4 4
   top: 0;
5 5
   width: 100%;
6 6
   height: 100%;
7
-  // display: flex;
8
-  // justify-content: center;
9
-  // align-items: center;
10 7
   background: rgba(0, 0, 0, .4);
11 8
   z-index: 99;
12 9
 
@@ -71,49 +68,4 @@
71 68
 
72 69
   }
73 70
 
74
-  // 新增
75
-  &.add {
76
-    .modalBody {
77
-      width: 480px;
78
-      height: auto;
79
-
80
-      .content {
81
-        width: 100%;
82
-        height: auto;
83
-        padding: 18px 14px 0 14px;
84
-
85
-        .addForm {
86
-          .ant-form-item {
87
-            margin-bottom: 14px;
88
-
89
-            .ant-form-item-label {
90
-              line-height: 0;
91
-            }
92
-          }
93
-        }
94
-
95
-        .editForm {
96
-          .ant-form-item {
97
-            margin-bottom: 14px;
98
-
99
-            .ant-form-item-label {
100
-              line-height: 0;
101
-            }
102
-          }
103
-        }
104
-
105
-      }
106
-
107
-      button {
108
-        &:nth-child(1) {
109
-          margin-right: 20px;
110
-        }
111
-      }
112
-    }
113
-  }
114
-
115
-}
116
-
117
-.txtC {
118
-  text-align: center;
119 71
 }

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 2 - 1159
src/app/views/blood-products-config/blood-products-config.component.less


+ 0 - 166
src/app/views/blood-search/blood-search.component.less

@@ -1,167 +1 @@
1 1
 @import "../../../../src/theme.less";
2
-
3
-.save {
4
-  position: fixed;
5
-  left: 0;
6
-  top: 0;
7
-  width: 100%;
8
-  height: 100%;
9
-  background: rgba(0, 0, 0, 0.4);
10
-  z-index: 99;
11
-
12
-  .modalBody {
13
-    width: 350px;
14
-    height: 220px;
15
-    background: #fff;
16
-    border-radius: 5px;
17
-    padding: 10px 20px;
18
-    color: #333;
19
-
20
-    .title {
21
-      width: 100%;
22
-      text-align: center;
23
-      font-size: 18px;
24
-      position: relative;
25
-
26
-      i {
27
-        position: absolute;
28
-        right: 0;
29
-        top: 0;
30
-        font-size: 20px;
31
-        color: #666;
32
-        cursor: pointer;
33
-        padding: 0 5px;
34
-      }
35
-    }
36
-
37
-    .content {
38
-      width: 310px;
39
-      height: 117px;
40
-      background: #f9fafb;
41
-      border: 1px solid #e5e9ed;
42
-      border-radius: 5px;
43
-      overflow: hidden;
44
-      margin-top: 12px;
45
-
46
-      & > div {
47
-        text-align: center;
48
-        margin: 0;
49
-
50
-        &.icon {
51
-          margin-top: 17px;
52
-
53
-          i {
54
-            color: #34b349;
55
-            font-size: 30px !important;
56
-
57
-            &.transport-wenhao {
58
-              color: #f5a523;
59
-            }
60
-
61
-            &.transport-shibai {
62
-              color: #ff3a52;
63
-            }
64
-          }
65
-        }
66
-
67
-        &.defeat {
68
-          color: #333;
69
-          font-size: 18px;
70
-        }
71
-
72
-        &:nth-child(3) {
73
-          font-size: 14px;
74
-          color: #666;
75
-        }
76
-      }
77
-      .roundRobinTips {
78
-        font-size: 12px;
79
-      }
80
-    }
81
-
82
-    button {
83
-      margin-top: 10px;
84
-
85
-      &.btn {
86
-        margin-left: 8px;
87
-      }
88
-    }
89
-  }
90
-
91
-  // 新增
92
-  &.add {
93
-    .modalBody {
94
-      width: 480px;
95
-      height: auto;
96
-
97
-      .content {
98
-        width: 100%;
99
-        height: auto;
100
-        padding: 18px 14px 0 14px;
101
-        max-height: 497px;
102
-        overflow-y: auto;
103
-
104
-        .addForm {
105
-          .ant-form-item {
106
-            margin-bottom: 15px;
107
-
108
-            .ant-form-item-label {
109
-              line-height: 14px;
110
-              text-align: left;
111
-            }
112
-
113
-            .desc {
114
-              margin-top: 5px;
115
-            }
116
-          }
117
-
118
-          .datesControl {
119
-            margin-top: -16px;
120
-
121
-            .ant-form-item-label {
122
-              line-height: 40px;
123
-            }
124
-          }
125
-
126
-          .timer {
127
-            .ant-form-item-label {
128
-              width: 100%;
129
-              text-align: left;
130
-            }
131
-
132
-            .numInp {
133
-              margin-right: 5px;
134
-            }
135
-
136
-            .line {
137
-              margin-right: 5px;
138
-            }
139
-          }
140
-
141
-          .timer2 {
142
-            .ant-form-item-label {
143
-              line-height: 20px;
144
-            }
145
-          }
146
-        }
147
-
148
-        .editForm {
149
-          .ant-form-item {
150
-            margin-bottom: 15px;
151
-
152
-            .ant-form-item-label {
153
-              line-height: 14px;
154
-              text-align: left;
155
-            }
156
-          }
157
-        }
158
-      }
159
-
160
-      button {
161
-        &:nth-child(1) {
162
-          margin-right: 20px;
163
-        }
164
-      }
165
-    }
166
-  }
167
-}

+ 0 - 165
src/app/views/building-distance/building-distance.component.less

@@ -102,171 +102,6 @@
102 102
   }
103 103
 }
104 104
 
105
-.save {
106
-  position: fixed;
107
-  left: 0;
108
-  top: 0;
109
-  width: 100%;
110
-  height: 100%;
111
-  background: rgba(0, 0, 0, 0.4);
112
-  z-index: 99;
113
-
114
-  .modalBody {
115
-    width: 350px;
116
-    height: 220px;
117
-    background: #fff;
118
-    border-radius: 5px;
119
-    padding: 10px 20px;
120
-    color: #333;
121
-
122
-    .title {
123
-      width: 100%;
124
-      text-align: center;
125
-      font-size: 18px;
126
-      position: relative;
127
-
128
-      i {
129
-        position: absolute;
130
-        right: 0;
131
-        top: 0;
132
-        font-size: 20px;
133
-        color: #666;
134
-        cursor: pointer;
135
-        padding: 0 5px;
136
-      }
137
-    }
138
-
139
-    .content {
140
-      width: 310px;
141
-      height: 117px;
142
-      background: #f9fafb;
143
-      border: 1px solid #e5e9ed;
144
-      border-radius: 5px;
145
-      overflow: hidden;
146
-      margin-top: 12px;
147
-
148
-      & > div {
149
-        text-align: center;
150
-        margin: 0;
151
-
152
-        &.icon {
153
-          margin-top: 17px;
154
-
155
-          i {
156
-            color: #34b349;
157
-            font-size: 30px !important;
158
-
159
-            &.transport-wenhao {
160
-              color: #f5a523;
161
-            }
162
-
163
-            &.transport-shibai {
164
-              color: #ff3a52;
165
-            }
166
-          }
167
-        }
168
-
169
-        &.defeat {
170
-          color: #333;
171
-          font-size: 18px;
172
-        }
173
-
174
-        &:nth-child(3) {
175
-          font-size: 14px;
176
-          color: #666;
177
-        }
178
-      }
179
-      .buildingDistanceTips {
180
-        font-size: 12px;
181
-      }
182
-    }
183
-
184
-    button {
185
-      margin-top: 10px;
186
-
187
-      &.btn {
188
-        margin-left: 8px;
189
-      }
190
-    }
191
-  }
192
-
193
-  // 新增
194
-  &.add {
195
-    .modalBody {
196
-      width: 480px;
197
-      height: auto;
198
-
199
-      .content {
200
-        width: 100%;
201
-        height: auto;
202
-        padding: 18px 14px 0 14px;
203
-        max-height: 497px;
204
-        overflow-y: auto;
205
-
206
-        .addForm {
207
-          .ant-form-item {
208
-            margin-bottom: 15px;
209
-
210
-            .ant-form-item-label {
211
-              line-height: 14px;
212
-              text-align: left;
213
-            }
214
-
215
-            .desc {
216
-              margin-top: 5px;
217
-            }
218
-          }
219
-
220
-          .datesControl {
221
-            margin-top: -16px;
222
-
223
-            .ant-form-item-label {
224
-              line-height: 40px;
225
-            }
226
-          }
227
-
228
-          .timer {
229
-            .ant-form-item-label {
230
-              width: 100%;
231
-              text-align: left;
232
-            }
233
-
234
-            .numInp {
235
-              margin-right: 5px;
236
-            }
237
-
238
-            .line {
239
-              margin-right: 5px;
240
-            }
241
-          }
242
-
243
-          .timer2 {
244
-            .ant-form-item-label {
245
-              line-height: 20px;
246
-            }
247
-          }
248
-        }
249
-
250
-        .editForm {
251
-          .ant-form-item {
252
-            margin-bottom: 15px;
253
-
254
-            .ant-form-item-label {
255
-              line-height: 14px;
256
-              text-align: left;
257
-            }
258
-          }
259
-        }
260
-      }
261
-
262
-      button {
263
-        &:nth-child(1) {
264
-          margin-right: 20px;
265
-        }
266
-      }
267
-    }
268
-  }
269
-}
270 105
 .txtC {
271 106
   text-align: center;
272 107
 }

+ 0 - 125
src/app/views/building-inspection-rate-statistics/building-inspection-rate-statistics.component.less

@@ -47,128 +47,3 @@
47 47
 
48 48
   }
49 49
 }
50
-.save {
51
-  position: fixed;
52
-  left: 0;
53
-  top: 0;
54
-  width: 100%;
55
-  height: 100%;
56
-  background: rgba(0, 0, 0, 0.4);
57
-  z-index: 99;
58
-
59
-  .modalBody {
60
-    width: 350px;
61
-    background: #fff;
62
-    border-radius: 5px;
63
-    padding: 10px 20px;
64
-    color: #333;
65
-
66
-    .title {
67
-      width: 100%;
68
-      text-align: center;
69
-      font-size: 18px;
70
-      position: relative;
71
-
72
-      i {
73
-        position: absolute;
74
-        right: 0;
75
-        top: 0;
76
-        font-size: 20px;
77
-        color: #666;
78
-        cursor: pointer;
79
-        padding: 0 5px;
80
-      }
81
-    }
82
-
83
-    .content {
84
-      width: 100%;
85
-      height: 117px;
86
-      background: #f9fafb;
87
-      border: 1px solid #e5e9ed;
88
-      border-radius: 5px;
89
-      overflow: hidden;
90
-      margin-top: 12px;
91
-
92
-      div {
93
-        text-align: center;
94
-        margin: 0;
95
-
96
-        &.icon {
97
-          margin-top: 17px;
98
-
99
-          i {
100
-            color: #34b349;
101
-            font-size: 30px !important;
102
-
103
-            &.transport-wenhao {
104
-              color: #f5a523;
105
-            }
106
-
107
-            &.transport-shibai {
108
-              color: #ff3a52;
109
-            }
110
-          }
111
-        }
112
-
113
-        &.defeat {
114
-          color: #333;
115
-          font-size: 18px;
116
-        }
117
-
118
-        &:nth-child(3) {
119
-          font-size: 14px;
120
-          color: #666;
121
-        }
122
-      }
123
-    }
124
-
125
-    button {
126
-      margin-top: 10px;
127
-
128
-      &.btn {
129
-        margin-left: 8px;
130
-      }
131
-    }
132
-  }
133
-
134
-  // 新增
135
-  &.add {
136
-    .modalBody {
137
-      width: 480px;
138
-      height: auto;
139
-
140
-      .content {
141
-        width: 100%;
142
-        height: auto;
143
-        padding: 19px 14px 0 14px;
144
-        max-height: 500px;
145
-        overflow-y: auto;
146
-
147
-        .addForm {
148
-          .ant-form-item {
149
-            margin-bottom: 8px;
150
-
151
-            .ant-form-item-label {
152
-              line-height: 14px;
153
-              text-align: left;
154
-            }
155
-          }
156
-        }
157
-
158
-        .editForm {
159
-          .ant-form-item {
160
-            margin-bottom: 14px;
161
-
162
-            .ant-form-item-label {
163
-              line-height: 0;
164
-            }
165
-          }
166
-        }
167
-      }
168
-
169
-      button:nth-child(1) {
170
-        margin-right: 20px;
171
-      }
172
-    }
173
-  }
174
-}