system-clients 3.1.94-aode → 3.1.96

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 (77) hide show
  1. package/.eslintrc.js +16 -16
  2. package/.gradle/{5.5 → 5.2.1}/gc.properties +0 -0
  3. package/{dist/static/.gitkeep → .gradle/buildOutputCleanup/built.bin} +0 -0
  4. package/.gradle/buildOutputCleanup/cache.properties +2 -2
  5. package/.gradle/buildOutputCleanup/cache.properties.lock +1 -0
  6. package/SystemClient.iml +1 -1
  7. package/build/webpack.base.conf.js +17 -14
  8. package/package.json +4 -4
  9. package/src/components/Main.vue +622 -508
  10. package/src/components/TabButton.vue +201 -0
  11. package/src/components/Tabs.vue +67 -0
  12. package/src/components/equipment/EquipmentManage.vue +65 -65
  13. package/src/components/equipment/PcAdd.vue +5 -5
  14. package/src/components/equipment/PcList.vue +5 -5
  15. package/src/components/equipment/PhoneAdd.vue +4 -4
  16. package/src/components/equipment/PhoneList.vue +4 -4
  17. package/src/components/equipment/PosAdd.vue +323 -137
  18. package/src/components/equipment/PosList.vue +294 -164
  19. package/src/components/equipment/PosManage.vue +138 -67
  20. package/src/components/equipment/PosManageBoth.vue +125 -0
  21. package/src/components/equipment/PosParamAdd.vue +236 -0
  22. package/src/components/equipment/PosParamList.vue +121 -0
  23. package/src/components/equipment/PosParamManage.vue +51 -0
  24. package/src/components/parammanage/ParamManage.vue +2 -2
  25. package/src/components/parammanage/ParamPage.vue +7 -7
  26. package/src/components/parammanage/SinglePage.vue +4 -4
  27. package/src/components/server/ImageVieweTest.vue +56 -0
  28. package/src/components/server/ImageViewer.vue +350 -0
  29. package/src/components/server/Login.vue +70 -47
  30. package/src/components/server/PcdBuildingSelect.vue +241 -0
  31. package/src/components/server/ResSelect.vue +5 -0
  32. package/src/components/server/ResSelectGroup.vue +155 -118
  33. package/src/components/server/RightTree.vue +262 -257
  34. package/src/plugins/GetLoginInfoService.js +514 -514
  35. package/src/styles/less/aofeng/standard.less +446 -60
  36. package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +13 -13
  37. package/src/styles/less/aofeng/themeOne/systemStyle.less +18 -18
  38. package/src/styles/less/manageStyle/manageStyle/manageChile.less +180 -0
  39. package/src/styles/less/manageStyle/manageStyle/manageStyle.less +1102 -0
  40. package/src/styles/less/manageStyle/manageStyle/safeStyle.less +498 -0
  41. package/src/styles/less/tables.less +50 -0
  42. package/src/styles/less/type.less +16 -3
  43. package/src/styles/less/variables.less +6 -3
  44. package/src/system.js +93 -83
  45. package/static/{ewmlogo.png → logo.png} +0 -0
  46. package/static/newStyle/about-us.png +0 -0
  47. package/yarn-error.log +6896 -0
  48. package/.gradle/5.5/fileChanges/last-build.bin +0 -0
  49. package/.gradle/5.5/fileHashes/fileHashes.lock +0 -0
  50. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  51. package/.npmignore +0 -10
  52. package/build/.npmignore +0 -1
  53. package/dist/static/batchleft.png +0 -0
  54. package/dist/static/batchright.png +0 -0
  55. package/dist/static/bluemainbg.jpg +0 -0
  56. package/dist/static/huangtengbiaozhi.png +0 -0
  57. package/dist/static/login_bg.jpg +0 -0
  58. package/dist/static/login_title.png +0 -0
  59. package/dist/static/login_title1.png +0 -0
  60. package/dist/static/loginbg.jpg +0 -0
  61. package/dist/static/loginlogo.png +0 -0
  62. package/dist/static/main_logo.png +0 -0
  63. package/dist/static/mainbg.jpg +0 -0
  64. package/dist/static/menulogo.png +0 -0
  65. package/dist/static/newmainbg.jpg +0 -0
  66. package/dist/static/psicon.png +0 -0
  67. package/dist/static/singleleft.png +0 -0
  68. package/dist/static/singleright.png +0 -0
  69. package/dist/static/treeopen.png +0 -0
  70. package/dist/static/treeout.png +0 -0
  71. package/dist/static/treeset.png +0 -0
  72. package/dist/static/usericon.png +0 -0
  73. package/dist/static/xinxi.png +0 -0
  74. package/package-lock.json +0 -10507
  75. package/src/.npmignore +0 -1
  76. package/static/aodelogo.png +0 -0
  77. package/static/aodenewlogo.png +0 -0
@@ -0,0 +1,498 @@
1
+
2
+
3
+ /*分辨率@1920*1080*/
4
+ @media screen and (max-width: 1920px) {
5
+ /*经营管控全局页面样式*/
6
+ .home-div {
7
+ font-family: PingFangSC-Regular;
8
+ background-image: url('/static/ManageHomePic/图层0.png');
9
+ background-repeat: no-repeat;
10
+ background-size: 100% 100%;
11
+ /*width: 2304px;*/
12
+ /*height: 775px;*/
13
+ width: 100%;
14
+ height: 100%;
15
+ position: relative;
16
+ overflow: hidden;
17
+ }
18
+
19
+ .safe-navigation{
20
+ position: absolute;
21
+ width: 100%;
22
+ height: 10%;
23
+ }
24
+ .safe-title-div{
25
+ margin-top: 1%;
26
+ margin-left: 3%;
27
+ padding-top: 1%;
28
+ float: left;
29
+ min-width: 13%;
30
+ max-height: 65px;
31
+ text-align: center;
32
+ background-image: url('/static/ManageHomePic/图层519.png');
33
+ background-repeat: no-repeat;
34
+ background-size: 100% 100%;
35
+ }
36
+
37
+
38
+ /*菜单全局样式*/
39
+ .safe-navigation>.safe-menucol {
40
+ padding-left: 4%;
41
+ float: left;
42
+ width: 40%;
43
+ height: 100%;
44
+ }
45
+
46
+ /*菜单列样式*/
47
+ .safe-navigation>.safe-menucol>.safe-colname {
48
+ width: 100%;
49
+ height: 90%;
50
+ font-family: HanYi;
51
+ padding-top: 2%;
52
+ color: #00f7ff;
53
+ float: left;
54
+ }
55
+
56
+ /*单个菜单样式*/
57
+ .safe-navigation>.safe-menucol>.safe-colname div {
58
+ text-align: center;
59
+ padding-top: 3%;
60
+ width: 14%;
61
+ float: left;
62
+ height: 80%;
63
+ max-height: 60px;
64
+ letter-spacing: 0px;
65
+ font-family: HanYi;
66
+ }
67
+
68
+ .filiale{
69
+ font-family: PingFangSC-Regular;
70
+ float: right;
71
+ padding-top: 2%;
72
+ width: 11%;
73
+ font-size: 2rem;
74
+ color: white;
75
+ font-weight: bolder;
76
+ }
77
+ .filiale img{
78
+ margin-right: 5%;
79
+ width: 9%;
80
+ }
81
+ /*鼠标移入时菜单样式*/
82
+ .safe-navigation>.safe-menucol>.safe-colname div:hover {
83
+ font-size: 2rem;
84
+ background-image: url('/static/ManageHomePic/椭圆2.png');
85
+ background-repeat: no-repeat;
86
+ background-position: bottom;
87
+ background-size: 100% 6%;
88
+ }
89
+
90
+ /*未选中菜单的字体大小*/
91
+ .safe-navigation>.safe-menucol>.safe-colname .noclick {
92
+ font-size: 1.8rem;
93
+ }
94
+
95
+ /*已选中菜单样式*/
96
+ .safe-navigation>.safe-menucol>.safe-colname .click {
97
+ font-size: 2.2rem;
98
+ background-image: url('/static/ManageHomePic/椭圆2.png');
99
+ background-repeat: no-repeat;
100
+ background-position: bottom;
101
+ background-size: 100% 6%;
102
+ }
103
+
104
+ .new-manage{
105
+ float: right;
106
+ letter-spacing: 2px;
107
+ color: #ffffff;
108
+ font-size: 2.5rem;
109
+ height: 55%;
110
+ margin: 1% 2%;
111
+ padding: 10px 2%;
112
+ background-color: rgba(6, 84, 97, 0.22);
113
+ border: solid 1px rgba(105, 206, 210, 0.22);
114
+ }
115
+
116
+ /*正文内容样式*/
117
+ .safe-text {
118
+ position: absolute;
119
+ top: 10%;
120
+ width: 100%;
121
+ height: 92%;
122
+ background-color: rgba(1, 207, 242, 0.03);
123
+ }
124
+
125
+ /*分页面全局样式*/
126
+ .d3 {
127
+ position: relative;
128
+ width: 100%;
129
+ height: 100%;
130
+ /*background-color: #880000;*/
131
+ }
132
+
133
+ /*安全服务标题样式*/
134
+ .mfont {
135
+ margin-top: 2%;
136
+ float: left;
137
+ font-size: 3rem;
138
+ letter-spacing: 4px;
139
+ color: #ffffff;
140
+ }
141
+
142
+ /*主题字体样式*/
143
+ .safe-gradient-text {
144
+ width: 100%;
145
+ height: 100%;
146
+ font-size: 2.5rem;
147
+ font-family: HanYi;
148
+ }
149
+
150
+ /*主题字体颜色渐变样式*/
151
+ .safe-gradient-text-one {
152
+ background-image: -webkit-linear-gradient(bottom, #009ef1, #00f2fe, #00f7ff);
153
+ -webkit-background-clip: text;
154
+ -webkit-text-fill-color: transparent;
155
+ }
156
+
157
+ /*安全服务天数样式*/
158
+ .span-date {
159
+ color: #f7cb32;
160
+ }
161
+
162
+
163
+ //==========主页
164
+ /*小模块边框*/
165
+ .safe-border {
166
+ padding-top: 0.4%;
167
+ background: linear-gradient(#6fd9d0, #6fd9d0) left top,
168
+ linear-gradient(#6fd9d0, #6fd9d0) left top,
169
+ linear-gradient(#6fd9d0, #6fd9d0) right top,
170
+ linear-gradient(#6fd9d0, #6fd9d0) right top,
171
+ linear-gradient(#6fd9d0, #6fd9d0) left bottom,
172
+ linear-gradient(#6fd9d0, #6fd9d0) left bottom,
173
+ linear-gradient(#6fd9d0, #6fd9d0) right bottom,
174
+ linear-gradient(#6fd9d0, #6fd9d0) right bottom;
175
+ background-repeat: no-repeat;
176
+ background-size: 1.5px 11px, 11px 1.5px;
177
+ background-color: rgba(1, 207, 242, 0.05);
178
+ }
179
+
180
+ /*用户模块样式*/
181
+ .safe-user {
182
+ position: absolute;
183
+ float: left;
184
+ width: 33%;
185
+ height: 30%;
186
+ left: 2%;
187
+ }
188
+
189
+ /*陕西地图*/
190
+ .safe-shanximap {
191
+ position: absolute;
192
+ top:-5%;
193
+ left: 36%;
194
+ width: 28%;
195
+ height: 57%;
196
+ }
197
+
198
+ /*供销气量模块样式*/
199
+ .safe-gasvalue {
200
+ position: absolute;
201
+ left: 65%;
202
+ width: 33%;
203
+ height: 50%;
204
+ }
205
+
206
+ /*客服模块样式*/
207
+ .safe-callcenter {
208
+ position: absolute;
209
+ top: 32%;
210
+ width: 33%;
211
+ height: 25%;
212
+ left: 2%;
213
+ }
214
+
215
+ /*安检模块样式*/
216
+ .safe-safe {
217
+ position: absolute;
218
+ top: 59%;
219
+ width: 33%;
220
+ height: 35%;
221
+ left: 2%;
222
+ }
223
+
224
+ /*管网模块样式*/
225
+ .safe-network {
226
+ position: absolute;
227
+ top: 52%;
228
+ left: 65%;
229
+ width: 33%;
230
+ height: 42%;
231
+ }
232
+
233
+
234
+ /*监控模块样式*/
235
+ .safe-monitor {
236
+ position: absolute;
237
+ top: 59%;
238
+ height: 35%;
239
+ left: 36%;
240
+ width: 28%;
241
+ }
242
+ .label{
243
+ padding-top: 1%;
244
+ margin-left: 4%!important;
245
+ font-size: 1.5rem !important;
246
+ }
247
+
248
+ }
249
+
250
+
251
+
252
+
253
+ /*分辨率@1366*768*/
254
+ @media screen and (max-width: 1366px) {
255
+ /*经营管控全局页面样式*/
256
+ .home-div {
257
+ font-family: PingFangSC-Regular;
258
+ background-image: url('/static/ManageHomePic/图层0.png');
259
+ background-repeat: no-repeat;
260
+ background-size: 100% 100%;
261
+ /*width: 2304px;*/
262
+ /*height: 775px;*/
263
+ width: 100%;
264
+ height: 100%;
265
+ position: relative;
266
+ overflow: hidden;
267
+ }
268
+
269
+ .safe-navigation{
270
+ position: absolute;
271
+ width: 100%;
272
+ height: 10%;
273
+ }
274
+ .safe-title-div{
275
+ margin-top: 1%;
276
+ margin-left: 3%;
277
+ padding-top: 1%;
278
+ float: left;
279
+ min-width: 13%;
280
+ max-height: 46px;
281
+ text-align: center;
282
+ background-image: url('/static/ManageHomePic/图层519.png');
283
+ background-repeat: no-repeat;
284
+ background-size: 100% 100%;
285
+ }
286
+
287
+
288
+ /*菜单全局样式*/
289
+ .safe-navigation>.safe-menucol {
290
+ padding-left: 4%;
291
+ float: left;
292
+ width: 40%;
293
+ height: 100%;
294
+ }
295
+
296
+ /*菜单列样式*/
297
+ .safe-navigation>.safe-menucol>.safe-colname {
298
+ width: 100%;
299
+ height: 90%;
300
+ font-family: HanYi;
301
+ padding-top: 2%;
302
+ color: #00f7ff;
303
+ float: left;
304
+ }
305
+
306
+ /*单个菜单样式*/
307
+ .safe-navigation>.safe-menucol>.safe-colname div {
308
+ text-align: center;
309
+ padding-top: 3%;
310
+ width: 14%;
311
+ float: left;
312
+ height: 80%;
313
+ max-height: 50px;
314
+ letter-spacing: 0px;
315
+ font-family: HanYi;
316
+ }
317
+
318
+ .filiale{
319
+ font-family: PingFangSC-Regular;
320
+ float: right;
321
+ padding-top: 2%;
322
+ width: 11%;
323
+ font-size: 1.8rem;
324
+ color: white;
325
+ font-weight: bolder;
326
+ }
327
+ .filiale img{
328
+ margin-right: 5%;
329
+ width: 9%;
330
+ }
331
+ /*鼠标移入时菜单样式*/
332
+ .safe-navigation>.safe-menucol>.safe-colname div:hover {
333
+ font-size: 1.8rem;
334
+ background-image: url('/static/ManageHomePic/椭圆2.png');
335
+ background-repeat: no-repeat;
336
+ background-position: bottom;
337
+ background-size: 100% 6%;
338
+ }
339
+
340
+ /*未选中菜单的字体大小*/
341
+ .safe-navigation>.safe-menucol>.safe-colname .noclick {
342
+ font-size: 1.6rem;
343
+ }
344
+
345
+ /*已选中菜单样式*/
346
+ .safe-navigation>.safe-menucol>.safe-colname .click {
347
+ font-size: 1.8rem;
348
+ background-image: url('/static/ManageHomePic/椭圆2.png');
349
+ background-repeat: no-repeat;
350
+ background-position: bottom;
351
+ background-size: 100% 6%;
352
+ }
353
+
354
+ .new-manage{
355
+ float: right;
356
+ letter-spacing: 2px;
357
+ color: #ffffff;
358
+ font-size: 1.6rem;
359
+ height: 55%;
360
+ margin: 1% 2%;
361
+ padding: 5px 2%;
362
+ background-color: rgba(6, 84, 97, 0.22);
363
+ border: solid 1px rgba(105, 206, 210, 0.22);
364
+ }
365
+
366
+ /*正文内容样式*/
367
+ .safe-text {
368
+ position: absolute;
369
+ top: 10%;
370
+ width: 100%;
371
+ height: 92%;
372
+ background-color: rgba(1, 207, 242, 0.03);
373
+ }
374
+
375
+ /*分页面全局样式*/
376
+ .d3 {
377
+ position: relative;
378
+ width: 100%;
379
+ height: 100%;
380
+ /*background-color: #880000;*/
381
+ }
382
+
383
+ /*安全服务标题样式*/
384
+ .mfont {
385
+ margin-top: 2%;
386
+ float: left;
387
+ font-size: 2rem;
388
+ letter-spacing: 4px;
389
+ color: #ffffff;
390
+ }
391
+
392
+ /*主题字体样式*/
393
+ .safe-gradient-text {
394
+ width: 100%;
395
+ height: 100%;
396
+ font-size: 1.9rem;
397
+ font-family: HanYi;
398
+ }
399
+
400
+ /*主题字体颜色渐变样式*/
401
+ .safe-gradient-text-one {
402
+ background-image: -webkit-linear-gradient(bottom, #009ef1, #00f2fe, #00f7ff);
403
+ -webkit-background-clip: text;
404
+ -webkit-text-fill-color: transparent;
405
+ }
406
+
407
+ /*安全服务天数样式*/
408
+ .span-date {
409
+ color: #f7cb32;
410
+ }
411
+
412
+
413
+ //==========主页
414
+ /*小模块边框*/
415
+ .safe-border {
416
+ padding-top: 0.4%;
417
+ background: linear-gradient(#6fd9d0, #6fd9d0) left top,
418
+ linear-gradient(#6fd9d0, #6fd9d0) left top,
419
+ linear-gradient(#6fd9d0, #6fd9d0) right top,
420
+ linear-gradient(#6fd9d0, #6fd9d0) right top,
421
+ linear-gradient(#6fd9d0, #6fd9d0) left bottom,
422
+ linear-gradient(#6fd9d0, #6fd9d0) left bottom,
423
+ linear-gradient(#6fd9d0, #6fd9d0) right bottom,
424
+ linear-gradient(#6fd9d0, #6fd9d0) right bottom;
425
+ background-repeat: no-repeat;
426
+ background-size: 1.5px 11px, 11px 1.5px;
427
+ background-color: rgba(1, 207, 242, 0.05);
428
+ }
429
+
430
+ /*用户模块样式*/
431
+ .safe-user {
432
+ position: absolute;
433
+ float: left;
434
+ width: 33%;
435
+ height: 30%;
436
+ left: 2%;
437
+ }
438
+
439
+ /*陕西地图*/
440
+ .safe-shanximap {
441
+ position: absolute;
442
+ top:-5%;
443
+ left: 36%;
444
+ width: 28%;
445
+ height: 57%;
446
+ }
447
+
448
+ /*供销气量模块样式*/
449
+ .safe-gasvalue {
450
+ position: absolute;
451
+ left: 65%;
452
+ width: 33%;
453
+ height: 50%;
454
+ }
455
+
456
+ /*客服模块样式*/
457
+ .safe-callcenter {
458
+ position: absolute;
459
+ top: 32%;
460
+ width: 33%;
461
+ height: 25%;
462
+ left: 2%;
463
+ }
464
+
465
+ /*安检模块样式*/
466
+ .safe-safe {
467
+ position: absolute;
468
+ top: 59%;
469
+ width: 33%;
470
+ height: 35%;
471
+ left: 2%;
472
+ }
473
+
474
+ /*管网模块样式*/
475
+ .safe-network {
476
+ position: absolute;
477
+ top: 52%;
478
+ left: 65%;
479
+ width: 33%;
480
+ height: 42%;
481
+ }
482
+
483
+
484
+ /*监控模块样式*/
485
+ .safe-monitor {
486
+ position: absolute;
487
+ top: 59%;
488
+ height: 35%;
489
+ left: 36%;
490
+ width: 28%;
491
+ }
492
+ .label{
493
+ padding-top: 1%;
494
+ margin-left: 4%!important;
495
+ font-size: 1rem !important;
496
+ }
497
+
498
+ }
@@ -71,7 +71,57 @@ th {
71
71
  }
72
72
  }
73
73
 
74
+ .tablenew {
75
+ width: 100%;
76
+ max-width: 100%;
77
+ margin-bottom: @line-height-computed;
78
+ // Cells
79
+ > thead,
80
+ > tbody,
81
+ > tfoot {
82
+ > tr {
83
+ > th,
84
+ > td {
85
+ padding: 4px !important;
86
+ line-height: @line-height-base;
87
+ vertical-align: middle; // 原本为top
88
+ border-top: 0px solid @table-border-color; // 原本为0px
89
+ text-align: left;// 原本没有
90
+ color: #304A66;
91
+ // 原本没有,自己添加
92
+ font-family: 微软雅黑;
93
+
94
+ }
95
+ }
96
+ }
97
+ // Bottom align for column headings
98
+ > thead > tr > th {
99
+ text-align: center;
100
+ vertical-align: middle; // 原本为bottom
101
+ border-bottom: 2px solid @table-border-color;
102
+ font-weight: 600;
103
+ }
104
+ // Remove top border from thead by default
105
+ > caption + thead,
106
+ > colgroup + thead,
107
+ > thead:first-child {
108
+ > tr:first-child {
109
+ > th,
110
+ > td {
111
+ border-top: 0;
112
+ }
113
+ }
114
+ }
115
+ // Account for multiple tbody instances
116
+ > tbody + tbody {
117
+ border-top: 2px solid @table-border-color;
118
+ }
74
119
 
120
+ // Nesting
121
+ .table {
122
+ background-color: @body-bg;
123
+ }
124
+ }
75
125
  // Condensed table w/ half padding
76
126
 
77
127
  .table-condensed {
@@ -131,7 +131,7 @@ mark,
131
131
  .bg-variant(@state-success-bg);
132
132
  }
133
133
  .bg-info {
134
- .bg-variant(@state-info-bg);
134
+ //.bg-variant(@state-info-bg);
135
135
  font-weight: 600;
136
136
  }
137
137
  .bg-warning {
@@ -140,7 +140,20 @@ mark,
140
140
  .bg-danger {
141
141
  .bg-variant(@state-danger-bg);
142
142
  }
143
-
143
+ //----------------------------报表样式
144
+ .report-primary {
145
+ color: #000809;
146
+ .bg-variant(@report-bg);
147
+ border-color: darken(@border, 25%);
148
+ }
149
+ .report-title{
150
+ color: #000809;
151
+ .bg-variant(@report-title);
152
+ border-color: darken(@border, 25%);
153
+ }
154
+ .report-success {
155
+ .bg-variant(@report-success);
156
+ }
144
157
 
145
158
  // Page header
146
159
  // -------------------------
@@ -232,7 +245,7 @@ dd {
232
245
 
233
246
  // Abbreviations and acronyms
234
247
  abbr[title],
235
- // Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257
248
+ // Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257
236
249
  abbr[data-original-title] {
237
250
  cursor: help;
238
251
  border-bottom: 1px dotted @abbr-border-color;
@@ -19,7 +19,10 @@
19
19
  @brand-info: #5bc0de;
20
20
  @brand-warning: #f0ad4e;
21
21
  @brand-danger: #d9534f;
22
-
22
+ @report-bg: #dfedfb;
23
+ @report-success: #ffffff;
24
+ @border: #adacac;
25
+ @report-title: #80add9;
23
26
 
24
27
  //== Scaffolding
25
28
  //
@@ -48,14 +51,14 @@
48
51
  @font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
49
52
  @font-family-base: @font-family-sans-serif;
50
53
 
51
- @font-size-base: 16px;
54
+ @font-size-base: 14px;
52
55
  @font-size-large: ceil((@font-size-base * 1.25)); // ~18px
53
56
  @font-size-small: ceil((@font-size-base * 0.85)); // ~12px
54
57
 
55
58
  @font-size-h1: floor((@font-size-base * 2.6)); // ~36px
56
59
  @font-size-h2: floor((@font-size-base * 2.15)); // ~30px
57
60
  @font-size-h3: ceil((@font-size-base * 1.7)); // ~24px
58
- @font-size-h4: ceil((@font-size-base * 1.25)); // ~18px
61
+ @font-size-h4: ceil((@font-size-base * 1.06)); // ~18px
59
62
  @font-size-h5: @font-size-base;
60
63
  @font-size-h6: ceil((@font-size-base * 0.85)); // ~12px
61
64