vue2-client 1.2.43 → 1.2.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/CHANGELOG.md +114 -109
  2. package/docs/notice.md +22 -22
  3. package/package.json +1 -1
  4. package/src/App.vue +99 -93
  5. package/src/base-client/components/common/CreateQuery/CreateQueryItem.vue +555 -555
  6. package/src/base-client/components/common/FormGroupEdit/FormGroupEdit.vue +149 -149
  7. package/src/base-client/components/common/XAddForm/XAddForm.vue +339 -339
  8. package/src/base-client/components/common/XAddNativeForm/XAddNativeForm.vue +316 -316
  9. package/src/base-client/components/common/XForm/XForm.vue +275 -275
  10. package/src/base-client/components/iot/CustomerDetailsView/CustomerDetailsView.vue +225 -225
  11. package/src/base-client/components/iot/DataAnalysisView/DataAnalysisView.vue +244 -244
  12. package/src/base-client/components/iot/DeviceBrandDetailsView/DeviceBrandDetailsView.vue +452 -452
  13. package/src/base-client/components/iot/DeviceDetailsView/part/DeviceDetailsCount.vue +330 -330
  14. package/src/base-client/components/iot/DeviceDetailsView/part/DeviceDetailsException.vue +57 -57
  15. package/src/base-client/components/iot/DeviceDetailsView/part/DeviceDetailsInstructOperate.vue +121 -121
  16. package/src/base-client/components/iot/DeviceDetailsView/part/DeviceDetailsRead.vue +131 -131
  17. package/src/base-client/components/iot/DeviceTypeDetailsView/DeviceTypeDetailsView.vue +276 -276
  18. package/src/base-client/components/iot/InstructDetailsView/InstructDetailsView.vue +469 -469
  19. package/src/base-client/components/iot/LogDetailsView/LogDetailsView.vue +379 -379
  20. package/src/base-client/components/iot/MeterDetailsView/MeterDetailsView.vue +359 -359
  21. package/src/base-client/components/iot/MeterDetailsView/part/MeterDetailsCount.vue +335 -335
  22. package/src/base-client/components/iot/MeterDetailsView/part/MeterDetailsException.vue +184 -184
  23. package/src/base-client/components/iot/MeterDetailsView/part/MeterDetailsHandPlan.vue +291 -291
  24. package/src/base-client/components/iot/MeterDetailsView/part/MeterDetailsInstruct.vue +236 -236
  25. package/src/base-client/components/iot/MeterDetailsView/part/MeterDetailsMain.vue +256 -256
  26. package/src/base-client/components/iot/MeterDetailsView/part/MeterDetailsSellGas.vue +189 -189
  27. package/src/base-client/components/iot/WebmeterAnalysisView/WebmeterAnalysisView.vue +722 -722
  28. package/src/base-client/components/system/DictionaryDetailsView/DictionaryDetailsView.vue +231 -231
  29. package/src/base-client/components/system/QueryParamsDetailsView/QueryParamsDetailsView.vue +247 -247
  30. package/src/base-client/components/ticket/EmployeeDetailsView/EmployeeDetailsView.vue +370 -370
  31. package/src/base-client/components/ticket/TicketDetailsView/TicketDetailsView.vue +1 -1
  32. package/src/base-client/components/ticket/TicketDetailsView/part/TicketDetailsFlow.vue +260 -260
  33. package/src/base-client/components/ticket/TicketSubmitSuccessView/TicketSubmitSuccessView.vue +532 -532
  34. package/src/base-client/plugins/AppData.js +67 -67
  35. package/src/base-client/plugins/GetLoginInfoService.js +252 -252
  36. package/src/components/exception/ExceptionPage.vue +70 -70
  37. package/src/components/menu/SideMenu.vue +1 -1
  38. package/src/components/setting/Setting.vue +235 -235
  39. package/src/config/default/setting.config.js +5 -1
  40. package/src/config/index.js +3 -3
  41. package/src/layouts/SinglePageView.vue +8 -2
  42. package/src/layouts/header/AdminHeader.vue +1 -1
  43. package/src/layouts/header/HeaderNotice.vue +97 -97
  44. package/src/layouts/tabs/TabsView.vue +16 -1
  45. package/src/pages/exception/403.vue +21 -25
  46. package/src/pages/exception/404.vue +21 -25
  47. package/src/pages/exception/500.vue +21 -25
  48. package/src/pages/login/Login.vue +5 -12
  49. package/src/pages/report/ReportTableHome.vue +28 -28
  50. package/src/pages/resourceManage/depListManage.vue +23 -23
  51. package/src/pages/resourceManage/funListManage.vue +23 -23
  52. package/src/pages/resourceManage/index.js +15 -15
  53. package/src/pages/resourceManage/orgListManage.vue +98 -98
  54. package/src/pages/resourceManage/roleListManage.vue +23 -23
  55. package/src/pages/resourceManage/staffListManage.vue +23 -23
  56. package/src/pages/system/ticket/index.vue +1 -1
  57. package/src/pages/system/ticket/submitTicketSuccess.vue +248 -248
  58. package/src/router/async/config.async.js +26 -26
  59. package/src/router/index.js +27 -27
  60. package/src/services/api/common.js +47 -47
  61. package/src/services/api/index.js +39 -39
  62. package/src/services/user.js +34 -34
  63. package/src/store/modules/account.js +2 -2
  64. package/src/theme/default/style.less +47 -47
  65. package/src/utils/indexedDB.js +146 -146
  66. package/src/utils/routerUtil.js +359 -359
  67. package/vue.config.js +143 -143
@@ -1,335 +1,335 @@
1
- <template>
2
- <div>
3
- <a-row :gutter="24">
4
- <a-col :md="12" :sm="24">
5
- <a-card
6
- hoverable
7
- title="累计用气量"
8
- style="margin-bottom: 24px"
9
- :bordered="true">
10
- <div>
11
- <a-skeleton v-show="radarLoading3" active />
12
- <div style="height: 200px" id="container2" v-show="!radarLoading3"/>
13
- </div>
14
- </a-card>
15
- </a-col>
16
- <a-col :md="6" :sm="24">
17
- <a-card
18
- hoverable
19
- title="日用气量"
20
- style="margin-bottom: 24px"
21
- :bordered="true">
22
- <div>
23
- <a-skeleton v-show="radarLoading" active />
24
- <div style="height: 200px" id="container" v-show="!radarLoading"/>
25
- </div>
26
- </a-card>
27
- </a-col>
28
- <a-col :md="6" :sm="24">
29
- <a-card
30
- hoverable
31
- title="日用气金额"
32
- style="margin-bottom: 24px"
33
- :bordered="true">
34
- <div>
35
- <a-skeleton v-show="radarLoading2" active />
36
- <div style="height: 200px" id="containerUseMoney" v-show="!radarLoading2"/>
37
- </div>
38
- </a-card>
39
- </a-col>
40
- <a-col :md="12" :sm="24">
41
- <a-card
42
- hoverable
43
- title="剩余余额"
44
- style="margin-bottom: 24px"
45
- :bordered="true">
46
- <div>
47
- <a-skeleton v-show="radarLoading4" active />
48
- <div style="height: 200px" id="container3" v-show="!radarLoading4"/>
49
- </div>
50
- </a-card>
51
- </a-col>
52
- <a-col :md="6" :sm="24">
53
- <a-card
54
- hoverable
55
- title="电压情况"
56
- style="margin-bottom: 24px"
57
- :bordered="true">
58
- <div>
59
- <a-skeleton v-show="radarLoading5" active />
60
- <div style="height: 200px" id="container4" v-show="!radarLoading5"/>
61
- </div>
62
- </a-card>
63
- </a-col>
64
- <a-col :md="6" :sm="24">
65
- <a-card
66
- hoverable
67
- title="信号强度情况"
68
- style="margin-bottom: 24px"
69
- :bordered="true">
70
- <div>
71
- <a-skeleton v-show="radarLoading6" active />
72
- <div style="height: 200px" id="container5" v-show="!radarLoading6"/>
73
- </div>
74
- </a-card>
75
- </a-col>
76
- </a-row>
77
- </div>
78
- </template>
79
- <script>
80
- import { Area, Line } from '@antv/g2plot'
81
- import ARow from 'ant-design-vue/es/grid/Row'
82
- import ACol from 'ant-design-vue/es/grid/Col'
83
- import { MeterDetailsViewApi } from '@vue2-client/services/api'
84
-
85
- export default {
86
- name: 'MeterDetailsCount',
87
- components: {
88
- ACol,
89
- ARow
90
- },
91
- props: {
92
- selectOrgName: {
93
- type: String,
94
- required: true
95
- },
96
- userid: {
97
- type: String,
98
- required: true
99
- }
100
- },
101
- data () {
102
- return {
103
- radarLoading: true,
104
- radarLoading2: true,
105
- radarLoading3: true,
106
- radarLoading4: true,
107
- radarLoading5: true,
108
- radarLoading6: true
109
- }
110
- },
111
- mounted () {
112
- this.loadGasView()
113
- },
114
- methods: {
115
- loadGasView () {
116
- const _this = this
117
- fetch(MeterDetailsViewApi.getGasConsumptionData, {
118
- method: 'POST',
119
- body: JSON.stringify({
120
- orgName: this.selectOrgName,
121
- userId: this.userid
122
- })
123
- })
124
- .then((res) => res.json())
125
- .then((data) => {
126
- const line = new Line('container', {
127
- data,
128
- padding: 'auto',
129
- xField: 'date',
130
- yField: 'scales',
131
- smooth: true,
132
- color: 'l(0) 0:#3ED474 1:#399EFC',
133
- lineStyle: {
134
- lineWidth: 5
135
- },
136
- tooltip: {
137
- fields: ['date', 'scales'],
138
- formatter: (datum) => {
139
- return { name: '用气量', value: datum.scales + '方' }
140
- }
141
- }
142
- })
143
- line.render()
144
- _this.radarLoading = false
145
- const areaUseMoney = new Line('containerUseMoney', {
146
- data,
147
- padding: 'auto',
148
- xField: 'date',
149
- yField: 'oughtfee',
150
- smooth: true,
151
- color: 'l(0) 0:#9EFCFF 1:#9E87FF',
152
- lineStyle: {
153
- lineWidth: 5
154
- },
155
- tooltip: {
156
- fields: ['date', 'oughtfee'],
157
- formatter: (datum) => {
158
- return { name: '用气金额', value: datum.oughtfee + '元' }
159
- }
160
- }
161
- })
162
- areaUseMoney.render()
163
- _this.radarLoading2 = false
164
- const column = new Area('container2', {
165
- data,
166
- padding: 'auto',
167
- xField: 'date',
168
- yField: 'used',
169
- point: {
170
- size: 5,
171
- shape: 'diamond',
172
- style: {
173
- fill: 'white',
174
- stroke: 'l(0) 0:#3ED474 1:#399EFC',
175
- lineWidth: 2
176
- }
177
- },
178
- color: 'l(270) 0:#3ED474 1:#399EFC',
179
- areaStyle: () => {
180
- return {
181
- fill: 'l(270) 0:#3ED474 1:#399EFC'
182
- }
183
- },
184
- smooth: true,
185
- tooltip: {
186
- fields: ['date', 'used'],
187
- formatter: (datum) => {
188
- return { name: '累计用气量', value: datum.used + '方' }
189
- }
190
- }
191
- })
192
- column.render()
193
- _this.radarLoading3 = false
194
- const area2 = new Area('container3', {
195
- data,
196
- padding: 'auto',
197
- xField: 'date',
198
- yField: 'balance',
199
- point: {
200
- size: 5,
201
- shape: 'diamond',
202
- style: {
203
- fill: 'white',
204
- stroke: 'l(270) 0:#3ED474 1:#399EFC',
205
- lineWidth: 2
206
- }
207
- },
208
- color: 'l(270) 0:#3ED474 1:#399EFC',
209
- lineStyle: {
210
- lineWidth: 5
211
- },
212
- smooth: true,
213
- tooltip: {
214
- fields: ['date', 'balance'],
215
- formatter: (datum) => {
216
- return { name: '剩余金额', value: datum.balance + '元' }
217
- }
218
- },
219
- annotations: [
220
- // 低于中位数颜色变化
221
- {
222
- type: 'regionFilter',
223
- start: ['max', '0'],
224
- end: ['min', '-999999']
225
- },
226
- {
227
- type: 'text',
228
- position: ['min', '0'],
229
- content: '欠费线',
230
- offsetY: -4,
231
- style: {
232
- textBaseline: 'bottom'
233
- }
234
- },
235
- {
236
- type: 'line',
237
- start: ['min', '0'],
238
- end: ['max', '0'],
239
- style: {
240
- stroke: 'l(0) 0:#FEB692 1:#EA5455',
241
- lineDash: [2, 2]
242
- }
243
- }
244
- ]
245
- })
246
- area2.render()
247
- _this.radarLoading4 = false
248
- const line2 = new Line('container4', {
249
- data,
250
- padding: 'auto',
251
- xField: 'date',
252
- yField: 'batterylevel',
253
- color: 'l(0) 0:#3ED474 1:#399EFC',
254
- lineStyle: {
255
- lineWidth: 5
256
- },
257
- smooth: true,
258
- tooltip: {
259
- fields: ['date', 'batterylevel'],
260
- formatter: (datum) => {
261
- return { name: '电压', value: datum.batterylevel + 'V' }
262
- }
263
- }
264
- })
265
- line2.render()
266
- _this.radarLoading5 = false
267
- const line3 = new Line('container5', {
268
- data,
269
- padding: 'auto',
270
- xField: 'date',
271
- yField: 'signal',
272
- color: 'l(0) 0:#9EFCFF 1:#9E87FF',
273
- lineStyle: {
274
- lineWidth: 5
275
- },
276
- smooth: true,
277
- tooltip: {
278
- fields: ['date', 'signal'],
279
- formatter: (datum) => {
280
- return { name: '信号强度', value: datum.signal + 'dBm' }
281
- }
282
- }
283
- })
284
- line3.render()
285
- _this.radarLoading6 = false
286
- })
287
- }
288
- },
289
- watch: {
290
- 'userid' () {
291
- this.loadGasView()
292
- }
293
- }
294
- }
295
- </script>
296
-
297
- <style lang='less' scoped>
298
- .detail-layout {
299
- margin-left: 44px
300
- }
301
- .text {
302
- color: rgba(0, 0, 0, .45)
303
- }
304
-
305
- .heading {
306
- color: rgba(0, 0, 0, .85);
307
- font-size: 20px
308
- }
309
-
310
- .no-data {
311
- color: rgba(0, 0, 0, .25);
312
- text-align: center;
313
- line-height: 64px;
314
- font-size: 16px
315
-
316
- /*i {*/
317
- /* font-size: 24px*/
318
- /* margin-right: 16px*/
319
- /* position: relative*/
320
- /* top: 3px*/
321
- /*}*/
322
- }
323
-
324
- .mobile {
325
- .detail-layout {
326
- margin-left: unset
327
- }
328
- .text {
329
-
330
- }
331
- .status-list {
332
- text-align: left
333
- }
334
- }
335
- </style>
1
+ <template>
2
+ <div>
3
+ <a-row :gutter="24">
4
+ <a-col :md="12" :sm="24">
5
+ <a-card
6
+ hoverable
7
+ title="累计用气量"
8
+ style="margin-bottom: 24px"
9
+ :bordered="true">
10
+ <div>
11
+ <a-skeleton v-show="radarLoading3" active />
12
+ <div style="height: 200px" id="container2" v-show="!radarLoading3"/>
13
+ </div>
14
+ </a-card>
15
+ </a-col>
16
+ <a-col :md="6" :sm="24">
17
+ <a-card
18
+ hoverable
19
+ title="日用气量"
20
+ style="margin-bottom: 24px"
21
+ :bordered="true">
22
+ <div>
23
+ <a-skeleton v-show="radarLoading" active />
24
+ <div style="height: 200px" id="container" v-show="!radarLoading"/>
25
+ </div>
26
+ </a-card>
27
+ </a-col>
28
+ <a-col :md="6" :sm="24">
29
+ <a-card
30
+ hoverable
31
+ title="日用气金额"
32
+ style="margin-bottom: 24px"
33
+ :bordered="true">
34
+ <div>
35
+ <a-skeleton v-show="radarLoading2" active />
36
+ <div style="height: 200px" id="containerUseMoney" v-show="!radarLoading2"/>
37
+ </div>
38
+ </a-card>
39
+ </a-col>
40
+ <a-col :md="12" :sm="24">
41
+ <a-card
42
+ hoverable
43
+ title="剩余余额"
44
+ style="margin-bottom: 24px"
45
+ :bordered="true">
46
+ <div>
47
+ <a-skeleton v-show="radarLoading4" active />
48
+ <div style="height: 200px" id="container3" v-show="!radarLoading4"/>
49
+ </div>
50
+ </a-card>
51
+ </a-col>
52
+ <a-col :md="6" :sm="24">
53
+ <a-card
54
+ hoverable
55
+ title="电压情况"
56
+ style="margin-bottom: 24px"
57
+ :bordered="true">
58
+ <div>
59
+ <a-skeleton v-show="radarLoading5" active />
60
+ <div style="height: 200px" id="container4" v-show="!radarLoading5"/>
61
+ </div>
62
+ </a-card>
63
+ </a-col>
64
+ <a-col :md="6" :sm="24">
65
+ <a-card
66
+ hoverable
67
+ title="信号强度情况"
68
+ style="margin-bottom: 24px"
69
+ :bordered="true">
70
+ <div>
71
+ <a-skeleton v-show="radarLoading6" active />
72
+ <div style="height: 200px" id="container5" v-show="!radarLoading6"/>
73
+ </div>
74
+ </a-card>
75
+ </a-col>
76
+ </a-row>
77
+ </div>
78
+ </template>
79
+ <script>
80
+ import { Area, Line } from '@antv/g2plot'
81
+ import ARow from 'ant-design-vue/es/grid/Row'
82
+ import ACol from 'ant-design-vue/es/grid/Col'
83
+ import { MeterDetailsViewApi } from '@vue2-client/services/api'
84
+
85
+ export default {
86
+ name: 'MeterDetailsCount',
87
+ components: {
88
+ ACol,
89
+ ARow
90
+ },
91
+ props: {
92
+ selectOrgName: {
93
+ type: String,
94
+ required: true
95
+ },
96
+ userid: {
97
+ type: String,
98
+ required: true
99
+ }
100
+ },
101
+ data () {
102
+ return {
103
+ radarLoading: true,
104
+ radarLoading2: true,
105
+ radarLoading3: true,
106
+ radarLoading4: true,
107
+ radarLoading5: true,
108
+ radarLoading6: true
109
+ }
110
+ },
111
+ mounted () {
112
+ this.loadGasView()
113
+ },
114
+ methods: {
115
+ loadGasView () {
116
+ const _this = this
117
+ fetch(MeterDetailsViewApi.getGasConsumptionData, {
118
+ method: 'POST',
119
+ body: JSON.stringify({
120
+ orgName: this.selectOrgName,
121
+ userId: this.userid
122
+ })
123
+ })
124
+ .then((res) => res.json())
125
+ .then((data) => {
126
+ const line = new Line('container', {
127
+ data,
128
+ padding: 'auto',
129
+ xField: 'date',
130
+ yField: 'scales',
131
+ smooth: true,
132
+ color: 'l(0) 0:#3ED474 1:#399EFC',
133
+ lineStyle: {
134
+ lineWidth: 5
135
+ },
136
+ tooltip: {
137
+ fields: ['date', 'scales'],
138
+ formatter: (datum) => {
139
+ return { name: '用气量', value: datum.scales + '方' }
140
+ }
141
+ }
142
+ })
143
+ line.render()
144
+ _this.radarLoading = false
145
+ const areaUseMoney = new Line('containerUseMoney', {
146
+ data,
147
+ padding: 'auto',
148
+ xField: 'date',
149
+ yField: 'oughtfee',
150
+ smooth: true,
151
+ color: 'l(0) 0:#9EFCFF 1:#9E87FF',
152
+ lineStyle: {
153
+ lineWidth: 5
154
+ },
155
+ tooltip: {
156
+ fields: ['date', 'oughtfee'],
157
+ formatter: (datum) => {
158
+ return { name: '用气金额', value: datum.oughtfee + '元' }
159
+ }
160
+ }
161
+ })
162
+ areaUseMoney.render()
163
+ _this.radarLoading2 = false
164
+ const column = new Area('container2', {
165
+ data,
166
+ padding: 'auto',
167
+ xField: 'date',
168
+ yField: 'used',
169
+ point: {
170
+ size: 5,
171
+ shape: 'diamond',
172
+ style: {
173
+ fill: 'white',
174
+ stroke: 'l(0) 0:#3ED474 1:#399EFC',
175
+ lineWidth: 2
176
+ }
177
+ },
178
+ color: 'l(270) 0:#3ED474 1:#399EFC',
179
+ areaStyle: () => {
180
+ return {
181
+ fill: 'l(270) 0:#3ED474 1:#399EFC'
182
+ }
183
+ },
184
+ smooth: true,
185
+ tooltip: {
186
+ fields: ['date', 'used'],
187
+ formatter: (datum) => {
188
+ return { name: '累计用气量', value: datum.used + '方' }
189
+ }
190
+ }
191
+ })
192
+ column.render()
193
+ _this.radarLoading3 = false
194
+ const area2 = new Area('container3', {
195
+ data,
196
+ padding: 'auto',
197
+ xField: 'date',
198
+ yField: 'balance',
199
+ point: {
200
+ size: 5,
201
+ shape: 'diamond',
202
+ style: {
203
+ fill: 'white',
204
+ stroke: 'l(270) 0:#3ED474 1:#399EFC',
205
+ lineWidth: 2
206
+ }
207
+ },
208
+ color: 'l(270) 0:#3ED474 1:#399EFC',
209
+ lineStyle: {
210
+ lineWidth: 5
211
+ },
212
+ smooth: true,
213
+ tooltip: {
214
+ fields: ['date', 'balance'],
215
+ formatter: (datum) => {
216
+ return { name: '剩余金额', value: datum.balance + '元' }
217
+ }
218
+ },
219
+ annotations: [
220
+ // 低于中位数颜色变化
221
+ {
222
+ type: 'regionFilter',
223
+ start: ['max', '0'],
224
+ end: ['min', '-999999']
225
+ },
226
+ {
227
+ type: 'text',
228
+ position: ['min', '0'],
229
+ content: '欠费线',
230
+ offsetY: -4,
231
+ style: {
232
+ textBaseline: 'bottom'
233
+ }
234
+ },
235
+ {
236
+ type: 'line',
237
+ start: ['min', '0'],
238
+ end: ['max', '0'],
239
+ style: {
240
+ stroke: 'l(0) 0:#FEB692 1:#EA5455',
241
+ lineDash: [2, 2]
242
+ }
243
+ }
244
+ ]
245
+ })
246
+ area2.render()
247
+ _this.radarLoading4 = false
248
+ const line2 = new Line('container4', {
249
+ data,
250
+ padding: 'auto',
251
+ xField: 'date',
252
+ yField: 'batterylevel',
253
+ color: 'l(0) 0:#3ED474 1:#399EFC',
254
+ lineStyle: {
255
+ lineWidth: 5
256
+ },
257
+ smooth: true,
258
+ tooltip: {
259
+ fields: ['date', 'batterylevel'],
260
+ formatter: (datum) => {
261
+ return { name: '电压', value: datum.batterylevel + 'V' }
262
+ }
263
+ }
264
+ })
265
+ line2.render()
266
+ _this.radarLoading5 = false
267
+ const line3 = new Line('container5', {
268
+ data,
269
+ padding: 'auto',
270
+ xField: 'date',
271
+ yField: 'signal',
272
+ color: 'l(0) 0:#9EFCFF 1:#9E87FF',
273
+ lineStyle: {
274
+ lineWidth: 5
275
+ },
276
+ smooth: true,
277
+ tooltip: {
278
+ fields: ['date', 'signal'],
279
+ formatter: (datum) => {
280
+ return { name: '信号强度', value: datum.signal + 'dBm' }
281
+ }
282
+ }
283
+ })
284
+ line3.render()
285
+ _this.radarLoading6 = false
286
+ })
287
+ }
288
+ },
289
+ watch: {
290
+ 'userid' () {
291
+ this.loadGasView()
292
+ }
293
+ }
294
+ }
295
+ </script>
296
+
297
+ <style lang='less' scoped>
298
+ .detail-layout {
299
+ margin-left: 44px
300
+ }
301
+ .text {
302
+ color: rgba(0, 0, 0, .45)
303
+ }
304
+
305
+ .heading {
306
+ color: rgba(0, 0, 0, .85);
307
+ font-size: 20px
308
+ }
309
+
310
+ .no-data {
311
+ color: rgba(0, 0, 0, .25);
312
+ text-align: center;
313
+ line-height: 64px;
314
+ font-size: 16px
315
+
316
+ /*i {*/
317
+ /* font-size: 24px*/
318
+ /* margin-right: 16px*/
319
+ /* position: relative*/
320
+ /* top: 3px*/
321
+ /*}*/
322
+ }
323
+
324
+ .mobile {
325
+ .detail-layout {
326
+ margin-left: unset
327
+ }
328
+ .text {
329
+
330
+ }
331
+ .status-list {
332
+ text-align: left
333
+ }
334
+ }
335
+ </style>