system-clients 3.1.81 → 3.1.82-xianyang

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 (132) hide show
  1. package/CHANGELOG.md +51 -51
  2. package/package.json +1 -1
  3. package/src/components/Main.vue +1 -1
  4. package/src/components/equipment/EquipmentManage.vue +68 -65
  5. package/src/components/equipment/PcAdd.vue +5 -5
  6. package/src/components/equipment/PcList.vue +5 -5
  7. package/src/components/equipment/PhoneAdd.vue +4 -4
  8. package/src/components/equipment/PhoneList.vue +4 -4
  9. package/src/components/equipment/PosAdd.vue +205 -43
  10. package/src/components/equipment/PosList.vue +153 -63
  11. package/src/components/equipment/PosManage.vue +92 -9
  12. package/src/components/equipment/QCAdd.vue +320 -0
  13. package/src/components/equipment/QCList.vue +227 -0
  14. package/src/components/equipment/QCManage.vue +150 -0
  15. package/src/components/server/Login.vue +642 -657
  16. package/src/components/server/ModifyPw.vue +4 -5
  17. package/src/components/server/ResSelect.vue +5 -1
  18. package/src/components/server/ResSelectGroup.vue +1 -1
  19. package/src/components/server/RightTree.vue +3 -4
  20. package/src/plugins/HeatGetLoginInfoService.js +491 -491
  21. package/src/plugins/validation.js +7 -7
  22. package/src/stores/HeatAppData.js +38 -38
  23. package/src/system.js +7 -1
  24. package/test/unit/karma.conf.js +49 -49
  25. package/test/unit/specs/components/parammanage/ParamPage.spec.js +20 -20
  26. package/test/unit/specs/components/server/LeftTree/LeftTree.spec.js +22 -22
  27. package/.gradle/3.5/file-changes/last-build.bin +0 -0
  28. package/.gradle/3.5/taskHistory/taskHistory.lock +0 -0
  29. package/.gradle/3.5.1/file-changes/last-build.bin +0 -0
  30. package/.gradle/3.5.1/taskHistory/taskHistory.lock +0 -0
  31. package/.gradle/buildOutputCleanup/built.bin +0 -0
  32. package/.gradle/buildOutputCleanup/cache.properties +0 -2
  33. package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
  34. package/src/styles/fonts/PINGFANG LIGHT.TTF +0 -0
  35. package/src/styles/fonts/PingFangSC-Regular.ttf +0 -0
  36. package/src/styles/fonts/glyphicons-halflings-regular.eot +0 -0
  37. package/src/styles/fonts/glyphicons-halflings-regular.svg +0 -288
  38. package/src/styles/fonts/glyphicons-halflings-regular.ttf +0 -0
  39. package/src/styles/fonts/glyphicons-halflings-regular.woff +0 -0
  40. package/src/styles/fonts/glyphicons-halflings-regular.woff2 +0 -0
  41. package/src/styles/fonts/pingfang-bold.ttf +0 -0
  42. package/src/styles/fonts/pingfang-medium.ttf +0 -0
  43. package/src/styles/fonts/pingfang-regular.ttf +0 -0
  44. package/src/styles/fonts/trendstrends.ttf +0 -0
  45. package/src/styles/fonts//346/261/211/344/273/252/350/217/261/345/277/203/344/275/223/347/256/200.ttf +0 -0
  46. package/src/styles/less/.csscomb.json +0 -304
  47. package/src/styles/less/.csslintrc +0 -19
  48. package/src/styles/less/alerts.less +0 -73
  49. package/src/styles/less/aofeng/animate.min.css +0 -11
  50. package/src/styles/less/aofeng/expandcss.less +0 -569
  51. package/src/styles/less/aofeng/standard.less +0 -2121
  52. package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +0 -686
  53. package/src/styles/less/aofeng/themeOne/loginStyle.less +0 -1586
  54. package/src/styles/less/aofeng/themeOne/systemStyle.less +0 -2650
  55. package/src/styles/less/aofeng/themeOne.less +0 -14
  56. package/src/styles/less/aofeng/themeTwo/newStyle1.less +0 -415
  57. package/src/styles/less/aofeng/themeTwo.less +0 -3
  58. package/src/styles/less/badges.less +0 -66
  59. package/src/styles/less/bootstrap.less +0 -66
  60. package/src/styles/less/breadcrumbs.less +0 -26
  61. package/src/styles/less/button-groups.less +0 -247
  62. package/src/styles/less/buttons.less +0 -172
  63. package/src/styles/less/carousel.less +0 -269
  64. package/src/styles/less/close.less +0 -34
  65. package/src/styles/less/code.less +0 -69
  66. package/src/styles/less/component-animations.less +0 -33
  67. package/src/styles/less/dropdowns.less +0 -216
  68. package/src/styles/less/fonts-list.less +0 -25
  69. package/src/styles/less/forms.less +0 -626
  70. package/src/styles/less/glyphicons.less +0 -305
  71. package/src/styles/less/grid.less +0 -84
  72. package/src/styles/less/input-groups.less +0 -167
  73. package/src/styles/less/jumbotron.less +0 -52
  74. package/src/styles/less/labels.less +0 -64
  75. package/src/styles/less/list-group.less +0 -141
  76. package/src/styles/less/manageStyle/manageChile.less +0 -180
  77. package/src/styles/less/manageStyle/manageStyle.less +0 -1102
  78. package/src/styles/less/manageStyle/safeStyle.less +0 -498
  79. package/src/styles/less/media.less +0 -66
  80. package/src/styles/less/mixins/alerts.less +0 -14
  81. package/src/styles/less/mixins/background-variant.less +0 -9
  82. package/src/styles/less/mixins/border-radius.less +0 -18
  83. package/src/styles/less/mixins/buttons.less +0 -69
  84. package/src/styles/less/mixins/center-block.less +0 -7
  85. package/src/styles/less/mixins/clearfix.less +0 -22
  86. package/src/styles/less/mixins/forms.less +0 -90
  87. package/src/styles/less/mixins/gradients.less +0 -59
  88. package/src/styles/less/mixins/grid-framework.less +0 -92
  89. package/src/styles/less/mixins/grid.less +0 -122
  90. package/src/styles/less/mixins/hide-text.less +0 -21
  91. package/src/styles/less/mixins/image.less +0 -33
  92. package/src/styles/less/mixins/labels.less +0 -12
  93. package/src/styles/less/mixins/list-group.less +0 -30
  94. package/src/styles/less/mixins/nav-divider.less +0 -10
  95. package/src/styles/less/mixins/nav-vertical-align.less +0 -9
  96. package/src/styles/less/mixins/opacity.less +0 -8
  97. package/src/styles/less/mixins/pagination.less +0 -24
  98. package/src/styles/less/mixins/panels.less +0 -24
  99. package/src/styles/less/mixins/progress-bar.less +0 -10
  100. package/src/styles/less/mixins/reset-filter.less +0 -8
  101. package/src/styles/less/mixins/reset-text.less +0 -18
  102. package/src/styles/less/mixins/resize.less +0 -6
  103. package/src/styles/less/mixins/responsive-visibility.less +0 -15
  104. package/src/styles/less/mixins/size.less +0 -10
  105. package/src/styles/less/mixins/tab-focus.less +0 -9
  106. package/src/styles/less/mixins/table-row.less +0 -44
  107. package/src/styles/less/mixins/text-emphasis.less +0 -9
  108. package/src/styles/less/mixins/text-overflow.less +0 -8
  109. package/src/styles/less/mixins/vendor-prefixes.less +0 -227
  110. package/src/styles/less/mixins.less +0 -40
  111. package/src/styles/less/modals.less +0 -151
  112. package/src/styles/less/navbar.less +0 -660
  113. package/src/styles/less/navs.less +0 -285
  114. package/src/styles/less/normalize.less +0 -424
  115. package/src/styles/less/pager.less +0 -76
  116. package/src/styles/less/pagination.less +0 -89
  117. package/src/styles/less/panels.less +0 -275
  118. package/src/styles/less/popovers.less +0 -131
  119. package/src/styles/less/print.less +0 -101
  120. package/src/styles/less/progress-bars.less +0 -87
  121. package/src/styles/less/responsive-embed.less +0 -35
  122. package/src/styles/less/responsive-utilities.less +0 -194
  123. package/src/styles/less/scaffolding.less +0 -161
  124. package/src/styles/less/stand.less +0 -207
  125. package/src/styles/less/tables.less +0 -262
  126. package/src/styles/less/theme.less +0 -291
  127. package/src/styles/less/thumbnails.less +0 -36
  128. package/src/styles/less/tooltip.less +0 -102
  129. package/src/styles/less/type.less +0 -303
  130. package/src/styles/less/utilities.less +0 -55
  131. package/src/styles/less/variables.less +0 -896
  132. package/src/styles/less/wells.less +0 -29
@@ -1,141 +0,0 @@
1
- //
2
- // List groups
3
- // --------------------------------------------------
4
-
5
-
6
- // Base class
7
- //
8
- // Easily usable on <ul>, <ol>, or <div>.
9
-
10
- .list-group {
11
- // No need to set list-style: none; since .list-group-item is block level
12
- // margin-bottom: 20px;// 原本为20px
13
- margin-bottom: 0px;
14
- padding-left: 0; // reset padding because ul and ol
15
- }
16
-
17
-
18
- // Individual list items
19
- //
20
- // Use on `li`s or `div`s within the `.list-group` parent.
21
-
22
- .list-group-item {
23
- position: relative;
24
- display: block;
25
- padding: 10px 15px;
26
- // Place the border on the list items and negative margin up for better styling
27
- // margin-bottom: -1px;
28
- background-color: @list-group-bg;
29
- // border: 1px 0px 1px 0px solid @list-group-border;
30
- // border: 1px 1px 1px 0px solid #fff;
31
- border-bottom: 1px solid @list-group-border;
32
- border-top: 1px solid @list-group-border;
33
- // border-top: 1px solid #fff;
34
-
35
- // Round the first and last items
36
- // &:first-child {
37
- // .border-top-radius(@list-group-border-radius);
38
- // }
39
- // &:last-child {
40
- // margin-bottom: 0;
41
- // .border-bottom-radius(@list-group-border-radius);
42
- // }
43
- }
44
-
45
-
46
- // Interactive list items
47
- //
48
- // Use anchor or button elements instead of `li`s or `div`s to create interactive items.
49
- // Includes an extra `.active` modifier class for showing selected items.
50
-
51
- a.list-group-item,
52
- button.list-group-item {
53
- color: @list-group-link-color;
54
-
55
- .list-group-item-heading {
56
- color: @list-group-link-heading-color;
57
- }
58
-
59
- // Hover state
60
- &:hover{
61
- background-color: rgba(255,255,255,0.2);
62
- text-decoration: none;
63
- cursor: pointer;
64
- }
65
- &:focus {
66
- text-decoration: none;
67
- background-color: rgba(255,255,255,0.5);
68
- // color: @list-group-link-hover-color;
69
- // background-color: @list-group-hover-bg;
70
- }
71
- }
72
-
73
- button.list-group-item {
74
- width: 100%;
75
- text-align: left;
76
- }
77
-
78
- .list-group-item {
79
- // Disabled state
80
- &.disabled,
81
- &.disabled:hover,
82
- &.disabled:focus {
83
- background-color: @list-group-disabled-bg;
84
- color: @list-group-disabled-color;
85
- cursor: @cursor-disabled;
86
-
87
- // Force color to inherit for custom content
88
- .list-group-item-heading {
89
- color: inherit;
90
- }
91
- .list-group-item-text {
92
- color: @list-group-disabled-text-color;
93
- }
94
- }
95
-
96
- // Active class on item itself, not parent
97
- &.active,
98
- &.active:hover,
99
- &.active:focus {
100
- z-index: 2; // Place active items above their siblings for proper border styling
101
- color: @list-group-active-color;
102
- // background-color: @list-group-active-bg;
103
- background-color: rgba(255,255,255,0.5);
104
- // border-color: @list-group-active-border;
105
-
106
- // Force color to inherit for custom content
107
- .list-group-item-heading,
108
- .list-group-item-heading > small,
109
- .list-group-item-heading > .small {
110
- color: inherit;
111
- }
112
- .list-group-item-text {
113
- color: @list-group-active-text-color;
114
- }
115
- }
116
- }
117
-
118
-
119
- // Contextual variants
120
- //
121
- // Add modifier classes to change text and background color on individual items.
122
- // Organizationally, this must come after the `:hover` states.
123
-
124
- .list-group-item-variant(success; @state-success-bg; @state-success-text);
125
- .list-group-item-variant(info; @state-info-bg; @state-info-text);
126
- .list-group-item-variant(warning; @state-warning-bg; @state-warning-text);
127
- .list-group-item-variant(danger; @state-danger-bg; @state-danger-text);
128
-
129
-
130
- // Custom content options
131
- //
132
- // Extra classes for creating well-formatted content within `.list-group-item`s.
133
-
134
- .list-group-item-heading {
135
- margin-top: 0;
136
- margin-bottom: 5px;
137
- }
138
- .list-group-item-text {
139
- margin-bottom: 0;
140
- line-height: 1.3;
141
- }
@@ -1,180 +0,0 @@
1
-
2
-
3
- /*分辨率@1920*1080*/
4
- @media screen and (max-width: 1920px) {
5
-
6
- //====================================================
7
- .text-user >
8
- .text-1> .text-11 {
9
- padding-top: 2%;
10
- width: 100%;
11
- height: 40%;
12
- color: #95bad7;
13
- }
14
-
15
- .text-user> .text-1 >.text-11 table {
16
- height: 100%;
17
- }
18
- .text-user> .text-1 >.text-11 table tr td{
19
- width: 4%;
20
-
21
- }
22
- .text-user> .text-1>.text-11 table tr td span{
23
- font-size: 2.6rem;
24
- }
25
-
26
- .text-user>.text-1> .text-12{
27
- width: 100%;
28
- height: 60%;
29
- }
30
-
31
- .text-sellgas> .text-1{
32
- color: #95bad7;
33
- }
34
-
35
-
36
- //.text-sellgas> .text-1>table tr td .sell-img {
37
- // width: 62%;
38
- //}
39
- .text-sellgas> .text-1 table tr td{
40
- width: 4%;
41
- padding: 6% 6% 0 6%;
42
- }
43
- .text-sellgas> .text-1 table tr td p{
44
- font-size: 1.6rem;
45
- }
46
- .text-sellgas> .text-1 table tr td .sell-font{
47
- font-size: 2rem;
48
- }
49
- .text-sellgas> .text-1 table tr td span{
50
- font-size: 2.6rem;
51
- }
52
- .font-res{
53
- font-size: 3.4rem!important;
54
- }
55
- .text-sellgas> .text-1 table tr td .sell-img0 {
56
- width: 62%;
57
- }
58
- .text-sellgas> .text-1 table tr td .sell-img1 {
59
- width: 73%;
60
- }
61
- .font-res1{
62
- font-size: 34px!important;
63
- }
64
- .text-shanximap>.map-1{
65
- padding-top: 6%;
66
- text-align: center;
67
- }
68
- .text-shanximap>.map-1>.map-2{
69
- height: 90%;
70
- }
71
- .text-shanximap>div>.map-bar{
72
- background-image: url('../../../../static/NewManageHome/矩形11拷贝9.png');
73
- background-repeat: no-repeat;
74
- background-size: 100%;
75
- width: 52%;
76
- margin-left: 25%;
77
- padding:1% 3% 0% 0%;
78
- height: 8%;
79
- font-size: 1.6rem;
80
- color: #ffffff;
81
- }
82
-
83
- }
84
-
85
-
86
-
87
-
88
-
89
-
90
-
91
-
92
-
93
-
94
-
95
-
96
-
97
-
98
-
99
-
100
- /*分辨率@1366*768*/
101
- @media screen and (max-width: 1366px) {
102
-
103
- //====================================================
104
- .text-user >
105
- .text-1> .text-11 {
106
- padding-top: 2%;
107
- width: 100%;
108
- height: 40%;
109
- color: #95bad7;
110
- }
111
-
112
- .text-user> .text-1 >.text-11 table {
113
- height: 100%;
114
- }
115
- .text-user> .text-1 >.text-11 table tr td{
116
- width: 4%;
117
-
118
- }
119
- .text-user> .text-1>.text-11 table tr td span{
120
- font-size: 1.8rem;
121
- }
122
-
123
- .text-user>.text-1> .text-12{
124
- width: 100%;
125
- height: 60%;
126
- }
127
-
128
- .text-sellgas> .text-1{
129
- color: #95bad7;
130
- }
131
-
132
-
133
- //.text-sellgas> .text-1>table tr td .sell-img {
134
- // width: 62%;
135
- //}
136
- .text-sellgas> .text-1 table tr td{
137
- width: 4%;
138
- padding: 3% 3% 0 3%;
139
- }
140
- .text-sellgas> .text-1 table tr td p{
141
- font-size: 1.1rem;
142
- }
143
- .text-sellgas> .text-1 table tr td .sell-font{
144
- font-size: 1.4rem;
145
- }
146
- .text-sellgas> .text-1 table tr td span{
147
- font-size: 1.8rem;
148
- }
149
- .font-res{
150
- font-size: 2rem!important;
151
- }
152
- .text-sellgas> .text-1 table tr td .sell-img0 {
153
- width: 62%;
154
- }
155
- .text-sellgas> .text-1 table tr td .sell-img1 {
156
- width: 73%;
157
- }
158
- .font-res1{
159
- font-size: 28px!important;
160
- }
161
- .text-shanximap>.map-1{
162
- padding-top: 6%;
163
- text-align: center;
164
- }
165
- .text-shanximap>.map-1>.map-2{
166
- height: 90%;
167
- }
168
- .text-shanximap>div>.map-bar{
169
- background-image: url('../../../../static/NewManageHome/矩形11拷贝9.png');
170
- background-repeat: no-repeat;
171
- background-size: 100%;
172
- width: 52%;
173
- margin-left: 25%;
174
- padding:1% 3% 0% 0%;
175
- height: 8%;
176
- font-size: 1.1rem;
177
- color: #ffffff;
178
- }
179
-
180
- }