@oxiaom/adoremix-linux-arm 1.0.0 → 1.0.2
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.
- package/native/etc/docroot/bangzhu/css/app.css +5 -5
- package/native/etc/docroot/bangzhu/css/feedback.css +7 -7
- package/native/etc/docroot/bangzhu/css/mui.dtpicker.css +1 -1
- package/native/etc/docroot/bangzhu/css/mui.picker.all.css +4 -4
- package/native/etc/docroot/bangzhu/css/mui.picker.min.css +6 -6
- package/native/etc/docroot/bangzhu/css/mui.poppicker.css +3 -3
- package/native/etc/docroot/bangzhu/examples/actionsheet-plus.html +20 -20
- package/native/etc/docroot/bangzhu/examples/actionsheet.html +6 -6
- package/native/etc/docroot/bangzhu/examples/best-practices/list-to-detail/detail.html +3 -3
- package/native/etc/docroot/bangzhu/examples/card.html +24 -24
- package/native/etc/docroot/bangzhu/examples/im-chat.html +5 -5
- package/native/etc/docroot/bangzhu/examples/media-list.html +49 -49
- package/native/etc/docroot/bangzhu/examples/message-bottom.html +2 -2
- package/native/etc/docroot/bangzhu/examples/offcanvas-drag-left-plus-main.html +13 -13
- package/native/etc/docroot/bangzhu/examples/picker.html +2 -2
- package/native/etc/docroot/bangzhu/examples/popovers.html +12 -12
- package/native/etc/docroot/bangzhu/examples/pullrefresh_sub.html +11 -11
- package/native/etc/docroot/bangzhu/examples/slider-default.html +18 -18
- package/native/etc/docroot/bangzhu/examples/tab-webview-subpage-setting.html +3 -3
- package/native/etc/docroot/bangzhu/index.html +413 -413
- package/native/etc/docroot/bangzhu/js/mui.picker.min.js +6 -6
- package/native/etc/docroot/bangzhu/manifest.json +993 -993
- package/native/etc/docroot/luyin2/index.html +144 -144
- package/native/etc/docroot/luyin2/js/jquery-1.10.1.min.js +5 -5
- package/native/etc/docroot/luyin2/js/lame.min.js +307 -307
- package/native/etc/docroot/luyin2/js/recordmp3.js +239 -239
- package/native/etc/docroot/luyin2/js/worker-realtime.js +105 -105
- package/native/etc/docroot/luyin2//346/223/215/344/275/234/346/214/207/345/215/227.txt +2 -2
- package/native/etc/docroot/static/css/app.8421a6d597ba48619941ccd4e386fbb2.css +332 -332
- package/native/etc/docroot/tts.js +150 -150
- package/native/etc/docroot/xcx/devicelist.html +658 -658
- package/native/etc/docroot/xcx/index.html +74 -74
- package/native/etc/docroot/xcx/main.html +84 -84
- package/native/etc/ttys/adore03.sql +426 -426
- package/native/etc/ttys/adore04.sql +426 -426
- package/native/etc/ttys/adore1.sql +859 -859
- package/native/etc/ttys/adore_mix22.sql +806 -806
- package/native/etc/ttys/sqlite.sql +1140 -1140
- package/native/etc/ttys/sqlite3main.sql +434 -434
- package/native/etc/ttys/sqltest.sql +279 -279
- package/native/etc/ttys/tp3sql.sql +1412 -1412
- package/native/find.js +523 -523
- package/native/findsc.js +695 -695
- package/native/tts.js +150 -150
- package/package.json +1 -1
|
@@ -7,17 +7,17 @@
|
|
|
7
7
|
color: #2c3e50;
|
|
8
8
|
margin-top: 0px;
|
|
9
9
|
}
|
|
10
|
-
.el-collapse {
|
|
11
|
-
text-indent: 20px;
|
|
10
|
+
.el-collapse {
|
|
11
|
+
text-indent: 20px;
|
|
12
12
|
border-top: 1px solid #4465b1;
|
|
13
13
|
}
|
|
14
|
-
.el-collapse-item__header {
|
|
15
|
-
background-color:#1f4169;
|
|
14
|
+
.el-collapse-item__header {
|
|
15
|
+
background-color:#1f4169;
|
|
16
16
|
color:#FFFFFF;
|
|
17
17
|
}
|
|
18
|
-
.el-collapse-item__wrap{
|
|
19
|
-
border-bottom: 1px solid #364a79;
|
|
20
|
-
border-top: 1px solid #364a79;
|
|
18
|
+
.el-collapse-item__wrap{
|
|
19
|
+
border-bottom: 1px solid #364a79;
|
|
20
|
+
border-top: 1px solid #364a79;
|
|
21
21
|
background-color:#042442;
|
|
22
22
|
}
|
|
23
23
|
|
|
@@ -46,179 +46,179 @@
|
|
|
46
46
|
width: 400px;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.index[data-v-7407fb76] {
|
|
50
|
-
height: 100%;
|
|
51
|
-
display: -webkit-box;
|
|
52
|
-
display: -ms-flexbox;
|
|
49
|
+
.index[data-v-7407fb76] {
|
|
50
|
+
height: 100%;
|
|
51
|
+
display: -webkit-box;
|
|
52
|
+
display: -ms-flexbox;
|
|
53
53
|
display: flex;
|
|
54
54
|
}
|
|
55
|
-
.leftbar[data-v-7407fb76] {
|
|
56
|
-
-webkit-box-flex: 0;
|
|
57
|
-
-ms-flex: 0 0 235px;
|
|
58
|
-
flex: 0 0 235px;
|
|
59
|
-
width: 235px;
|
|
60
|
-
height: 100%;
|
|
61
|
-
background: #001529;
|
|
55
|
+
.leftbar[data-v-7407fb76] {
|
|
56
|
+
-webkit-box-flex: 0;
|
|
57
|
+
-ms-flex: 0 0 235px;
|
|
58
|
+
flex: 0 0 235px;
|
|
59
|
+
width: 235px;
|
|
60
|
+
height: 100%;
|
|
61
|
+
background: #001529;
|
|
62
62
|
min-height: 98vh;
|
|
63
63
|
}
|
|
64
|
-
.coxiaom[data-v-7407fb76]{
|
|
64
|
+
.coxiaom[data-v-7407fb76]{
|
|
65
65
|
background-color: #ff0000;
|
|
66
66
|
}
|
|
67
|
-
.rightbar[data-v-7407fb76] {
|
|
68
|
-
-webkit-box-flex: 1;
|
|
69
|
-
-ms-flex: auto;
|
|
70
|
-
flex: auto;
|
|
67
|
+
.rightbar[data-v-7407fb76] {
|
|
68
|
+
-webkit-box-flex: 1;
|
|
69
|
+
-ms-flex: auto;
|
|
70
|
+
flex: auto;
|
|
71
71
|
background: #f0f2f5;
|
|
72
72
|
}
|
|
73
|
-
.homename[data-v-7407fb76] {
|
|
74
|
-
height: 64px;
|
|
75
|
-
background: #002140;
|
|
76
|
-
line-height: 64px;
|
|
77
|
-
font-size: 20px;
|
|
78
|
-
font-weight: bold;
|
|
73
|
+
.homename[data-v-7407fb76] {
|
|
74
|
+
height: 64px;
|
|
75
|
+
background: #002140;
|
|
76
|
+
line-height: 64px;
|
|
77
|
+
font-size: 20px;
|
|
78
|
+
font-weight: bold;
|
|
79
79
|
color: #fff;
|
|
80
80
|
}
|
|
81
|
-
.bar[data-v-7407fb76] {
|
|
82
|
-
color: #fff;
|
|
83
|
-
background: #042442;
|
|
84
|
-
cursor: pointer;
|
|
85
|
-
height: 50px;
|
|
86
|
-
line-height: 50px;
|
|
87
|
-
text-align: left;
|
|
81
|
+
.bar[data-v-7407fb76] {
|
|
82
|
+
color: #fff;
|
|
83
|
+
background: #042442;
|
|
84
|
+
cursor: pointer;
|
|
85
|
+
height: 50px;
|
|
86
|
+
line-height: 50px;
|
|
87
|
+
text-align: left;
|
|
88
88
|
text-indent: 50px;
|
|
89
89
|
}
|
|
90
|
-
.bar[data-v-7407fb76]:hover {
|
|
90
|
+
.bar[data-v-7407fb76]:hover {
|
|
91
91
|
background: #0f3961;
|
|
92
92
|
}
|
|
93
|
-
.active[data-v-7407fb76] {
|
|
93
|
+
.active[data-v-7407fb76] {
|
|
94
94
|
background: #0f3961;
|
|
95
95
|
}
|
|
96
|
-
.righthead[data-v-7407fb76] {
|
|
97
|
-
height: 64px;
|
|
98
|
-
background: #fff;
|
|
99
|
-
-webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
|
|
100
|
-
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
|
|
101
|
-
position: relative;
|
|
96
|
+
.righthead[data-v-7407fb76] {
|
|
97
|
+
height: 64px;
|
|
98
|
+
background: #fff;
|
|
99
|
+
-webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
|
|
100
|
+
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
|
|
101
|
+
position: relative;
|
|
102
102
|
z-index: 1;
|
|
103
103
|
}
|
|
104
|
-
.userinfo[data-v-7407fb76] {
|
|
105
|
-
width: 120px;
|
|
106
|
-
float: right;
|
|
107
|
-
margin-right: 10px;
|
|
108
|
-
height: 64px;
|
|
109
|
-
line-height: 64px;
|
|
104
|
+
.userinfo[data-v-7407fb76] {
|
|
105
|
+
width: 120px;
|
|
106
|
+
float: right;
|
|
107
|
+
margin-right: 10px;
|
|
108
|
+
height: 64px;
|
|
109
|
+
line-height: 64px;
|
|
110
110
|
cursor: pointer;
|
|
111
111
|
}
|
|
112
|
-
.userinfo[data-v-7407fb76]:hover {
|
|
112
|
+
.userinfo[data-v-7407fb76]:hover {
|
|
113
113
|
background: #e6f7ff;
|
|
114
114
|
}
|
|
115
|
-
.tab[data-v-7407fb76] {
|
|
116
|
-
height: 50px;
|
|
117
|
-
border-bottom: #e8e8e8;
|
|
118
|
-
text-align: left;
|
|
119
|
-
background: #fff;
|
|
120
|
-
line-height: 50px;
|
|
121
|
-
font-size: 15px;
|
|
122
|
-
text-indent: 30px;
|
|
115
|
+
.tab[data-v-7407fb76] {
|
|
116
|
+
height: 50px;
|
|
117
|
+
border-bottom: #e8e8e8;
|
|
118
|
+
text-align: left;
|
|
119
|
+
background: #fff;
|
|
120
|
+
line-height: 50px;
|
|
121
|
+
font-size: 15px;
|
|
122
|
+
text-indent: 30px;
|
|
123
123
|
color: #999;
|
|
124
124
|
}
|
|
125
|
-
.tab em[data-v-7407fb76] {
|
|
125
|
+
.tab em[data-v-7407fb76] {
|
|
126
126
|
color: #42b983;
|
|
127
127
|
}
|
|
128
|
-
.el-collapse[data-v-7407fb76] {
|
|
128
|
+
.el-collapse[data-v-7407fb76] {
|
|
129
129
|
text-indent: 20px;
|
|
130
|
-
}
|
|
131
|
-
|
|
130
|
+
}
|
|
131
|
+
|
|
132
132
|
|
|
133
|
-
.righthead[data-v-01321940] {
|
|
134
|
-
height: 64px;
|
|
135
|
-
background: #2c3e50;
|
|
136
|
-
-webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
|
|
137
|
-
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
|
|
138
|
-
position: relative;
|
|
139
|
-
z-index: 1;
|
|
133
|
+
.righthead[data-v-01321940] {
|
|
134
|
+
height: 64px;
|
|
135
|
+
background: #2c3e50;
|
|
136
|
+
-webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
|
|
137
|
+
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
|
|
138
|
+
position: relative;
|
|
139
|
+
z-index: 1;
|
|
140
140
|
color: #e6f7ff;
|
|
141
141
|
}
|
|
142
|
-
.userinfo[data-v-01321940] {
|
|
143
|
-
width: 120px;
|
|
144
|
-
float: right;
|
|
145
|
-
height: 64px;
|
|
146
|
-
line-height: 64px;
|
|
142
|
+
.userinfo[data-v-01321940] {
|
|
143
|
+
width: 120px;
|
|
144
|
+
float: right;
|
|
145
|
+
height: 64px;
|
|
146
|
+
line-height: 64px;
|
|
147
147
|
cursor: pointer;
|
|
148
148
|
}
|
|
149
|
-
.logout[data-v-01321940] {
|
|
150
|
-
width: 120px;
|
|
151
|
-
height: 64px;
|
|
152
|
-
line-height: 64px;
|
|
153
|
-
cursor: pointer;
|
|
154
|
-
position: absolute;
|
|
155
|
-
right: 0;
|
|
156
|
-
top: 64px;
|
|
157
|
-
color: white;
|
|
149
|
+
.logout[data-v-01321940] {
|
|
150
|
+
width: 120px;
|
|
151
|
+
height: 64px;
|
|
152
|
+
line-height: 64px;
|
|
153
|
+
cursor: pointer;
|
|
154
|
+
position: absolute;
|
|
155
|
+
right: 0;
|
|
156
|
+
top: 64px;
|
|
157
|
+
color: white;
|
|
158
158
|
background: #f56c6c;
|
|
159
|
-
}
|
|
159
|
+
}
|
|
160
160
|
|
|
161
|
-
#devmg[data-v-7ad345e8] {
|
|
162
|
-
padding-top: 20px;
|
|
161
|
+
#devmg[data-v-7ad345e8] {
|
|
162
|
+
padding-top: 20px;
|
|
163
163
|
width: 100%;
|
|
164
164
|
}
|
|
165
|
-
.el-table[data-v-7ad345e8] {
|
|
165
|
+
.el-table[data-v-7ad345e8] {
|
|
166
166
|
margin: 20px ;
|
|
167
|
-
}
|
|
167
|
+
}
|
|
168
168
|
|
|
169
|
-
#uoloaddiv33[data-v-62b83de0] {
|
|
170
|
-
// margin: 20px auto;
|
|
171
|
-
margin: 20px;
|
|
169
|
+
#uoloaddiv33[data-v-62b83de0] {
|
|
170
|
+
// margin: 20px auto;
|
|
171
|
+
margin: 20px;
|
|
172
172
|
width: 1000px;
|
|
173
173
|
}
|
|
174
|
-
#topbuttn[data-v-62b83de0] {
|
|
174
|
+
#topbuttn[data-v-62b83de0] {
|
|
175
175
|
width: 1000px;
|
|
176
|
-
}
|
|
176
|
+
}
|
|
177
177
|
|
|
178
|
-
.topbuttn[data-v-636daa68] {
|
|
178
|
+
.topbuttn[data-v-636daa68] {
|
|
179
179
|
width: 200px;
|
|
180
180
|
}
|
|
181
|
-
#uoloaddiv[data-v-636daa68] {
|
|
182
|
-
width: 1300px;
|
|
181
|
+
#uoloaddiv[data-v-636daa68] {
|
|
182
|
+
width: 1300px;
|
|
183
183
|
margin: 20px auto;
|
|
184
184
|
}
|
|
185
|
-
.el-tag + .el-tag[data-v-636daa68] {
|
|
185
|
+
.el-tag + .el-tag[data-v-636daa68] {
|
|
186
186
|
margin-left: 10px;
|
|
187
187
|
}
|
|
188
|
-
.el-button .el-switch[data-v-636daa68] {
|
|
188
|
+
.el-button .el-switch[data-v-636daa68] {
|
|
189
189
|
margin-left: 20px;
|
|
190
190
|
}
|
|
191
191
|
.fucko[data-v-636daa68]{
|
|
192
192
|
width: 1000px;
|
|
193
|
-
}
|
|
193
|
+
}
|
|
194
194
|
|
|
195
|
-
.topbuttn[data-v-0791732e] {
|
|
195
|
+
.topbuttn[data-v-0791732e] {
|
|
196
196
|
width: 150px;
|
|
197
197
|
}
|
|
198
|
-
#uoloaddiv2[data-v-0791732e] {
|
|
199
|
-
width: 800px;
|
|
198
|
+
#uoloaddiv2[data-v-0791732e] {
|
|
199
|
+
width: 800px;
|
|
200
200
|
margin-left: 40px;
|
|
201
201
|
}
|
|
202
|
-
.el-tag + .el-tag[data-v-0791732e] {
|
|
202
|
+
.el-tag + .el-tag[data-v-0791732e] {
|
|
203
203
|
margin-left: 10px;
|
|
204
204
|
}
|
|
205
|
-
.el-button .el-switch[data-v-0791732e] {
|
|
205
|
+
.el-button .el-switch[data-v-0791732e] {
|
|
206
206
|
margin-left: 20px;
|
|
207
|
-
}
|
|
207
|
+
}
|
|
208
208
|
|
|
209
|
-
#devmg[data-v-6d0bb82f] {
|
|
210
|
-
padding-top: 20px;
|
|
209
|
+
#devmg[data-v-6d0bb82f] {
|
|
210
|
+
padding-top: 20px;
|
|
211
211
|
width: 100%;
|
|
212
212
|
}
|
|
213
|
-
.el-table[data-v-6d0bb82f] {
|
|
213
|
+
.el-table[data-v-6d0bb82f] {
|
|
214
214
|
margin: 20px auto;
|
|
215
215
|
}
|
|
216
|
-
.el-table .warning-row[data-v-6d0bb82f] {
|
|
216
|
+
.el-table .warning-row[data-v-6d0bb82f] {
|
|
217
217
|
background: oldlace;
|
|
218
218
|
}
|
|
219
|
-
.el-table .success-row[data-v-6d0bb82f] {
|
|
219
|
+
.el-table .success-row[data-v-6d0bb82f] {
|
|
220
220
|
background: #f0f9eb;
|
|
221
|
-
}
|
|
221
|
+
}
|
|
222
222
|
|
|
223
223
|
.el-table .warning-row {
|
|
224
224
|
background: oldlace;
|
|
@@ -230,446 +230,446 @@
|
|
|
230
230
|
background: #ff8f97;
|
|
231
231
|
}
|
|
232
232
|
|
|
233
|
-
#devmg[data-v-78c125a7] {
|
|
234
|
-
padding-top: 20px;
|
|
233
|
+
#devmg[data-v-78c125a7] {
|
|
234
|
+
padding-top: 20px;
|
|
235
235
|
width: 100%;
|
|
236
236
|
}
|
|
237
|
-
.el-table[data-v-78c125a7] {
|
|
237
|
+
.el-table[data-v-78c125a7] {
|
|
238
238
|
margin: 20px ;
|
|
239
239
|
}
|
|
240
|
-
.el-table .warning-row[data-v-78c125a7] {
|
|
240
|
+
.el-table .warning-row[data-v-78c125a7] {
|
|
241
241
|
background: oldlace;
|
|
242
242
|
}
|
|
243
|
-
.el-table .success-row[data-v-78c125a7] {
|
|
243
|
+
.el-table .success-row[data-v-78c125a7] {
|
|
244
244
|
background: #a175f9;
|
|
245
245
|
}
|
|
246
|
-
.edit_dev[data-v-78c125a7] {
|
|
246
|
+
.edit_dev[data-v-78c125a7] {
|
|
247
247
|
text-align:left ;
|
|
248
|
-
/deep/ .el-transfer-panel {
|
|
248
|
+
/deep/ .el-transfer-panel {
|
|
249
249
|
width:300px;
|
|
250
250
|
}
|
|
251
|
-
}
|
|
251
|
+
}
|
|
252
252
|
|
|
253
|
-
.up[data-v-47ff1b6c] {
|
|
254
|
-
width: 910px;
|
|
253
|
+
.up[data-v-47ff1b6c] {
|
|
254
|
+
width: 910px;
|
|
255
255
|
margin-left: 100px ;
|
|
256
256
|
|
|
257
257
|
align: left;
|
|
258
258
|
}
|
|
259
|
-
.el-select .el-input[data-v-47ff1b6c] {
|
|
259
|
+
.el-select .el-input[data-v-47ff1b6c] {
|
|
260
260
|
width: 200px;
|
|
261
261
|
}
|
|
262
|
-
.el-transfer[data-v-47ff1b6c] {
|
|
262
|
+
.el-transfer[data-v-47ff1b6c] {
|
|
263
263
|
text-align: left;
|
|
264
264
|
}
|
|
265
|
-
#devmg[data-v-47ff1b6c] {
|
|
266
|
-
padding-top: 20px;
|
|
265
|
+
#devmg[data-v-47ff1b6c] {
|
|
266
|
+
padding-top: 20px;
|
|
267
267
|
width: 100%;
|
|
268
268
|
align:left;
|
|
269
269
|
}
|
|
270
|
-
.el-table[data-v-47ff1b6c] {
|
|
270
|
+
.el-table[data-v-47ff1b6c] {
|
|
271
271
|
margin-left: 100px ;
|
|
272
272
|
margin-top: 20px;
|
|
273
273
|
}
|
|
274
|
-
.el-table .warning-row[data-v-47ff1b6c] {
|
|
274
|
+
.el-table .warning-row[data-v-47ff1b6c] {
|
|
275
275
|
background: oldlace;
|
|
276
276
|
}
|
|
277
|
-
.el-table .success-row[data-v-47ff1b6c] {
|
|
277
|
+
.el-table .success-row[data-v-47ff1b6c] {
|
|
278
278
|
background: #f0f9eb;
|
|
279
|
-
}
|
|
279
|
+
}
|
|
280
280
|
|
|
281
|
-
.el-select .el-input[data-v-ddd1071a] {
|
|
281
|
+
.el-select .el-input[data-v-ddd1071a] {
|
|
282
282
|
width: 200px;
|
|
283
283
|
}
|
|
284
|
-
.el-transfer[data-v-ddd1071a] {
|
|
284
|
+
.el-transfer[data-v-ddd1071a] {
|
|
285
285
|
text-align: left;
|
|
286
286
|
}
|
|
287
|
-
#devmgerji[data-v-ddd1071a] {
|
|
288
|
-
padding-top: 20px;
|
|
287
|
+
#devmgerji[data-v-ddd1071a] {
|
|
288
|
+
padding-top: 20px;
|
|
289
289
|
width: 100%;
|
|
290
290
|
}
|
|
291
|
-
.el-table[data-v-ddd1071a] {
|
|
291
|
+
.el-table[data-v-ddd1071a] {
|
|
292
292
|
margin: 20px auto;
|
|
293
293
|
}
|
|
294
|
-
.el-table .warning-row[data-v-ddd1071a] {
|
|
294
|
+
.el-table .warning-row[data-v-ddd1071a] {
|
|
295
295
|
background: oldlace;
|
|
296
296
|
}
|
|
297
|
-
.el-table .success-row[data-v-ddd1071a] {
|
|
297
|
+
.el-table .success-row[data-v-ddd1071a] {
|
|
298
298
|
background: #f0f9eb;
|
|
299
299
|
}
|
|
300
|
-
.item[data-v-ddd1071a] {
|
|
301
|
-
margin-top: 10px;
|
|
300
|
+
.item[data-v-ddd1071a] {
|
|
301
|
+
margin-top: 10px;
|
|
302
302
|
margin-right: 6px;
|
|
303
|
-
}
|
|
303
|
+
}
|
|
304
304
|
|
|
305
|
-
.oxiaom_input[data-v-902300ba] {
|
|
306
|
-
width: 300px;
|
|
305
|
+
.oxiaom_input[data-v-902300ba] {
|
|
306
|
+
width: 300px;
|
|
307
307
|
margin-top: 20px;
|
|
308
308
|
}
|
|
309
|
-
.el-transfer[data-v-902300ba] {
|
|
309
|
+
.el-transfer[data-v-902300ba] {
|
|
310
310
|
text-align: left;
|
|
311
311
|
}
|
|
312
|
-
#devmgpasswd[data-v-902300ba] {
|
|
313
|
-
padding: 20px;
|
|
314
|
-
width: 300px;
|
|
312
|
+
#devmgpasswd[data-v-902300ba] {
|
|
313
|
+
padding: 20px;
|
|
314
|
+
width: 300px;
|
|
315
315
|
margin: 0 auto;
|
|
316
316
|
}
|
|
317
|
-
.el-table .warning-row[data-v-902300ba] {
|
|
317
|
+
.el-table .warning-row[data-v-902300ba] {
|
|
318
318
|
background: oldlace;
|
|
319
319
|
}
|
|
320
|
-
.el-table .success-row[data-v-902300ba] {
|
|
320
|
+
.el-table .success-row[data-v-902300ba] {
|
|
321
321
|
background: #f0f9eb;
|
|
322
|
-
}
|
|
322
|
+
}
|
|
323
323
|
|
|
324
|
-
#uoloaddiv34[data-v-465171d6] {
|
|
325
|
-
margin: 20px ;
|
|
324
|
+
#uoloaddiv34[data-v-465171d6] {
|
|
325
|
+
margin: 20px ;
|
|
326
326
|
width: 800px;
|
|
327
327
|
}
|
|
328
|
-
#topbuttn[data-v-465171d6] {
|
|
328
|
+
#topbuttn[data-v-465171d6] {
|
|
329
329
|
width: 800px;
|
|
330
|
-
}
|
|
330
|
+
}
|
|
331
331
|
|
|
332
|
-
#uoloaddiv35[data-v-5ac91c0e] {
|
|
333
|
-
margin: 20px;
|
|
332
|
+
#uoloaddiv35[data-v-5ac91c0e] {
|
|
333
|
+
margin: 20px;
|
|
334
334
|
width: 800px;
|
|
335
335
|
}
|
|
336
|
-
#topbuttn[data-v-5ac91c0e] {
|
|
336
|
+
#topbuttn[data-v-5ac91c0e] {
|
|
337
337
|
width: 800px;
|
|
338
338
|
}
|
|
339
|
-
.shenqingdiantai123[data-v-5ac91c0e] {
|
|
339
|
+
.shenqingdiantai123[data-v-5ac91c0e] {
|
|
340
340
|
margin-top: 10px;
|
|
341
341
|
}
|
|
342
|
-
.margingbot10[data-v-5ac91c0e] {
|
|
342
|
+
.margingbot10[data-v-5ac91c0e] {
|
|
343
343
|
margin-bottom: 10px;
|
|
344
344
|
}
|
|
345
|
-
.demo-table-expand[data-v-5ac91c0e] {
|
|
345
|
+
.demo-table-expand[data-v-5ac91c0e] {
|
|
346
346
|
font-size: 0;
|
|
347
347
|
}
|
|
348
|
-
.demo-table-expand label[data-v-5ac91c0e] {
|
|
349
|
-
width: 90px;
|
|
348
|
+
.demo-table-expand label[data-v-5ac91c0e] {
|
|
349
|
+
width: 90px;
|
|
350
350
|
color: #99a9bf;
|
|
351
351
|
}
|
|
352
|
-
.demo-table-expand .el-form-item[data-v-5ac91c0e] {
|
|
353
|
-
margin-right: 0;
|
|
354
|
-
margin-bottom: 0;
|
|
352
|
+
.demo-table-expand .el-form-item[data-v-5ac91c0e] {
|
|
353
|
+
margin-right: 0;
|
|
354
|
+
margin-bottom: 0;
|
|
355
355
|
width: 50%;
|
|
356
356
|
}
|
|
357
|
-
.item[data-v-5ac91c0e] {
|
|
358
|
-
display: -webkit-box;
|
|
359
|
-
display: -ms-flexbox;
|
|
360
|
-
display: flex;
|
|
357
|
+
.item[data-v-5ac91c0e] {
|
|
358
|
+
display: -webkit-box;
|
|
359
|
+
display: -ms-flexbox;
|
|
360
|
+
display: flex;
|
|
361
361
|
height: 80px;
|
|
362
|
-
.left {
|
|
363
|
-
width: 100px;
|
|
364
|
-
-webkit-box-align: center;
|
|
365
|
-
-ms-flex-align: center;
|
|
362
|
+
.left {
|
|
363
|
+
width: 100px;
|
|
364
|
+
-webkit-box-align: center;
|
|
365
|
+
-ms-flex-align: center;
|
|
366
366
|
align-items: center;
|
|
367
|
-
img {
|
|
367
|
+
img {
|
|
368
368
|
height: 80px;
|
|
369
369
|
}
|
|
370
370
|
}
|
|
371
|
-
.right {
|
|
372
|
-
padding-left: 10px;
|
|
373
|
-
-webkit-box-flex: 1;
|
|
374
|
-
-ms-flex: 1;
|
|
371
|
+
.right {
|
|
372
|
+
padding-left: 10px;
|
|
373
|
+
-webkit-box-flex: 1;
|
|
374
|
+
-ms-flex: 1;
|
|
375
375
|
flex: 1;
|
|
376
|
-
h4 {
|
|
376
|
+
h4 {
|
|
377
377
|
margin-top: 10px;
|
|
378
378
|
}
|
|
379
|
-
p {
|
|
380
|
-
color: #c0c4cc;
|
|
379
|
+
p {
|
|
380
|
+
color: #c0c4cc;
|
|
381
381
|
text-overflow: ellipsis;
|
|
382
382
|
}
|
|
383
383
|
}
|
|
384
384
|
}
|
|
385
|
-
.icon[data-v-5ac91c0e] {
|
|
386
|
-
width: 25px;
|
|
387
|
-
height: 25px;
|
|
385
|
+
.icon[data-v-5ac91c0e] {
|
|
386
|
+
width: 25px;
|
|
387
|
+
height: 25px;
|
|
388
388
|
cursor: pointer;
|
|
389
|
-
}
|
|
389
|
+
}
|
|
390
390
|
|
|
391
|
-
.el-select .el-input[data-v-5ef97c81] {
|
|
391
|
+
.el-select .el-input[data-v-5ef97c81] {
|
|
392
392
|
width: 200px;
|
|
393
393
|
}
|
|
394
|
-
.el-transfer[data-v-5ef97c81] {
|
|
394
|
+
.el-transfer[data-v-5ef97c81] {
|
|
395
395
|
text-align: left;
|
|
396
396
|
}
|
|
397
|
-
#devmgerji[data-v-5ef97c81] {
|
|
398
|
-
padding-top: 20px;
|
|
397
|
+
#devmgerji[data-v-5ef97c81] {
|
|
398
|
+
padding-top: 20px;
|
|
399
399
|
width: 100%;
|
|
400
400
|
}
|
|
401
|
-
.el-table[data-v-5ef97c81] {
|
|
401
|
+
.el-table[data-v-5ef97c81] {
|
|
402
402
|
margin: 20px auto;
|
|
403
403
|
}
|
|
404
|
-
.el-table .warning-row[data-v-5ef97c81] {
|
|
404
|
+
.el-table .warning-row[data-v-5ef97c81] {
|
|
405
405
|
background: oldlace;
|
|
406
406
|
}
|
|
407
|
-
.el-table .success-row[data-v-5ef97c81] {
|
|
407
|
+
.el-table .success-row[data-v-5ef97c81] {
|
|
408
408
|
background: #f0f9eb;
|
|
409
409
|
}
|
|
410
|
-
.item[data-v-5ef97c81] {
|
|
411
|
-
margin-top: 10px;
|
|
410
|
+
.item[data-v-5ef97c81] {
|
|
411
|
+
margin-top: 10px;
|
|
412
412
|
margin-right: 6px;
|
|
413
|
-
}
|
|
413
|
+
}
|
|
414
414
|
|
|
415
|
-
#devmg[data-v-59bf5658] {
|
|
416
|
-
padding-top: 20px;
|
|
415
|
+
#devmg[data-v-59bf5658] {
|
|
416
|
+
padding-top: 20px;
|
|
417
417
|
width: 100%;
|
|
418
418
|
}
|
|
419
|
-
.el-table[data-v-59bf5658] {
|
|
419
|
+
.el-table[data-v-59bf5658] {
|
|
420
420
|
margin: 20px ;
|
|
421
|
-
}
|
|
421
|
+
}
|
|
422
422
|
|
|
423
|
-
#devmg[data-v-60426329] {
|
|
424
|
-
padding-top: 20px;
|
|
423
|
+
#devmg[data-v-60426329] {
|
|
424
|
+
padding-top: 20px;
|
|
425
425
|
width: 100%;
|
|
426
426
|
}
|
|
427
|
-
.el-table[data-v-60426329] {
|
|
427
|
+
.el-table[data-v-60426329] {
|
|
428
428
|
margin: 20px ;
|
|
429
429
|
}
|
|
430
|
-
.el-table .warning-row[data-v-60426329] {
|
|
430
|
+
.el-table .warning-row[data-v-60426329] {
|
|
431
431
|
background: oldlace;
|
|
432
432
|
}
|
|
433
|
-
.el-table .success-row[data-v-60426329] {
|
|
433
|
+
.el-table .success-row[data-v-60426329] {
|
|
434
434
|
background: #f0f9eb;
|
|
435
435
|
}
|
|
436
|
-
.edit_dev[data-v-60426329] {
|
|
436
|
+
.edit_dev[data-v-60426329] {
|
|
437
437
|
text-align:left ;
|
|
438
|
-
/deep/ .el-transfer-panel {
|
|
438
|
+
/deep/ .el-transfer-panel {
|
|
439
439
|
width:300px;
|
|
440
440
|
}
|
|
441
|
-
}
|
|
441
|
+
}
|
|
442
442
|
|
|
443
|
-
.index[data-v-009d14a5] {
|
|
444
|
-
height: 100%;
|
|
445
|
-
display: -webkit-box;
|
|
446
|
-
display: -ms-flexbox;
|
|
443
|
+
.index[data-v-009d14a5] {
|
|
444
|
+
height: 100%;
|
|
445
|
+
display: -webkit-box;
|
|
446
|
+
display: -ms-flexbox;
|
|
447
447
|
display: flex;
|
|
448
448
|
}
|
|
449
|
-
.leftbar[data-v-009d14a5] {
|
|
450
|
-
-webkit-box-flex: 0;
|
|
451
|
-
-ms-flex: 0 0 235px;
|
|
452
|
-
flex: 0 0 235px;
|
|
453
|
-
width: 235px;
|
|
454
|
-
height: 100%;
|
|
455
|
-
background: #001529;
|
|
449
|
+
.leftbar[data-v-009d14a5] {
|
|
450
|
+
-webkit-box-flex: 0;
|
|
451
|
+
-ms-flex: 0 0 235px;
|
|
452
|
+
flex: 0 0 235px;
|
|
453
|
+
width: 235px;
|
|
454
|
+
height: 100%;
|
|
455
|
+
background: #001529;
|
|
456
456
|
min-height: 98vh;
|
|
457
457
|
}
|
|
458
|
-
.coxiaom[data-v-009d14a5]{
|
|
458
|
+
.coxiaom[data-v-009d14a5]{
|
|
459
459
|
background-color: #ff0000;
|
|
460
460
|
}
|
|
461
|
-
.rightbar[data-v-009d14a5] {
|
|
462
|
-
-webkit-box-flex: 1;
|
|
463
|
-
-ms-flex: auto;
|
|
464
|
-
flex: auto;
|
|
461
|
+
.rightbar[data-v-009d14a5] {
|
|
462
|
+
-webkit-box-flex: 1;
|
|
463
|
+
-ms-flex: auto;
|
|
464
|
+
flex: auto;
|
|
465
465
|
background: #f0f2f5;
|
|
466
466
|
}
|
|
467
|
-
.homename[data-v-009d14a5] {
|
|
468
|
-
height: 64px;
|
|
469
|
-
background: #002140;
|
|
470
|
-
line-height: 64px;
|
|
471
|
-
font-size: 20px;
|
|
472
|
-
font-weight: bold;
|
|
467
|
+
.homename[data-v-009d14a5] {
|
|
468
|
+
height: 64px;
|
|
469
|
+
background: #002140;
|
|
470
|
+
line-height: 64px;
|
|
471
|
+
font-size: 20px;
|
|
472
|
+
font-weight: bold;
|
|
473
473
|
color: #fff;
|
|
474
474
|
}
|
|
475
|
-
.bar[data-v-009d14a5] {
|
|
476
|
-
color: #fff;
|
|
477
|
-
background: #042442;
|
|
478
|
-
cursor: pointer;
|
|
479
|
-
height: 50px;
|
|
480
|
-
line-height: 50px;
|
|
481
|
-
text-align: left;
|
|
475
|
+
.bar[data-v-009d14a5] {
|
|
476
|
+
color: #fff;
|
|
477
|
+
background: #042442;
|
|
478
|
+
cursor: pointer;
|
|
479
|
+
height: 50px;
|
|
480
|
+
line-height: 50px;
|
|
481
|
+
text-align: left;
|
|
482
482
|
text-indent: 50px;
|
|
483
483
|
}
|
|
484
|
-
.bar[data-v-009d14a5]:hover {
|
|
484
|
+
.bar[data-v-009d14a5]:hover {
|
|
485
485
|
background: #0f3961;
|
|
486
486
|
}
|
|
487
|
-
.active[data-v-009d14a5] {
|
|
487
|
+
.active[data-v-009d14a5] {
|
|
488
488
|
background: #0f3961;
|
|
489
489
|
}
|
|
490
|
-
.righthead[data-v-009d14a5] {
|
|
491
|
-
height: 64px;
|
|
492
|
-
background: #fff;
|
|
493
|
-
-webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
|
|
494
|
-
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
|
|
495
|
-
position: relative;
|
|
490
|
+
.righthead[data-v-009d14a5] {
|
|
491
|
+
height: 64px;
|
|
492
|
+
background: #fff;
|
|
493
|
+
-webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
|
|
494
|
+
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
|
|
495
|
+
position: relative;
|
|
496
496
|
z-index: 1;
|
|
497
497
|
}
|
|
498
|
-
.userinfo[data-v-009d14a5] {
|
|
499
|
-
width: 120px;
|
|
500
|
-
float: right;
|
|
501
|
-
margin-right: 10px;
|
|
502
|
-
height: 64px;
|
|
503
|
-
line-height: 64px;
|
|
498
|
+
.userinfo[data-v-009d14a5] {
|
|
499
|
+
width: 120px;
|
|
500
|
+
float: right;
|
|
501
|
+
margin-right: 10px;
|
|
502
|
+
height: 64px;
|
|
503
|
+
line-height: 64px;
|
|
504
504
|
cursor: pointer;
|
|
505
505
|
}
|
|
506
|
-
.userinfo[data-v-009d14a5]:hover {
|
|
506
|
+
.userinfo[data-v-009d14a5]:hover {
|
|
507
507
|
background: #e6f7ff;
|
|
508
508
|
}
|
|
509
|
-
.tab[data-v-009d14a5] {
|
|
510
|
-
height: 50px;
|
|
511
|
-
border-bottom: #e8e8e8;
|
|
512
|
-
text-align: left;
|
|
513
|
-
background: #fff;
|
|
514
|
-
line-height: 50px;
|
|
515
|
-
font-size: 15px;
|
|
516
|
-
text-indent: 30px;
|
|
509
|
+
.tab[data-v-009d14a5] {
|
|
510
|
+
height: 50px;
|
|
511
|
+
border-bottom: #e8e8e8;
|
|
512
|
+
text-align: left;
|
|
513
|
+
background: #fff;
|
|
514
|
+
line-height: 50px;
|
|
515
|
+
font-size: 15px;
|
|
516
|
+
text-indent: 30px;
|
|
517
517
|
color: #999;
|
|
518
518
|
}
|
|
519
|
-
.tab em[data-v-009d14a5] {
|
|
519
|
+
.tab em[data-v-009d14a5] {
|
|
520
520
|
color: #42b983;
|
|
521
521
|
}
|
|
522
|
-
.el-collapse[data-v-009d14a5] {
|
|
522
|
+
.el-collapse[data-v-009d14a5] {
|
|
523
523
|
text-indent: 20px;
|
|
524
|
-
}
|
|
525
|
-
|
|
524
|
+
}
|
|
525
|
+
|
|
526
526
|
|
|
527
|
-
.righthead[data-v-5b25ca36] {
|
|
528
|
-
height: 64px;
|
|
529
|
-
background: #2c3e50;
|
|
530
|
-
-webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
|
|
531
|
-
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
|
|
532
|
-
position: relative;
|
|
533
|
-
z-index: 1;
|
|
527
|
+
.righthead[data-v-5b25ca36] {
|
|
528
|
+
height: 64px;
|
|
529
|
+
background: #2c3e50;
|
|
530
|
+
-webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
|
|
531
|
+
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
|
|
532
|
+
position: relative;
|
|
533
|
+
z-index: 1;
|
|
534
534
|
color: #e6f7ff;
|
|
535
535
|
}
|
|
536
|
-
.userinfo[data-v-5b25ca36] {
|
|
537
|
-
width: 120px;
|
|
538
|
-
float: right;
|
|
539
|
-
height: 64px;
|
|
540
|
-
line-height: 64px;
|
|
536
|
+
.userinfo[data-v-5b25ca36] {
|
|
537
|
+
width: 120px;
|
|
538
|
+
float: right;
|
|
539
|
+
height: 64px;
|
|
540
|
+
line-height: 64px;
|
|
541
541
|
cursor: pointer;
|
|
542
542
|
}
|
|
543
|
-
.logout[data-v-5b25ca36] {
|
|
544
|
-
width: 120px;
|
|
545
|
-
height: 64px;
|
|
546
|
-
line-height: 64px;
|
|
547
|
-
cursor: pointer;
|
|
548
|
-
position: absolute;
|
|
549
|
-
right: 0;
|
|
550
|
-
top: 64px;
|
|
551
|
-
color: white;
|
|
543
|
+
.logout[data-v-5b25ca36] {
|
|
544
|
+
width: 120px;
|
|
545
|
+
height: 64px;
|
|
546
|
+
line-height: 64px;
|
|
547
|
+
cursor: pointer;
|
|
548
|
+
position: absolute;
|
|
549
|
+
right: 0;
|
|
550
|
+
top: 64px;
|
|
551
|
+
color: white;
|
|
552
552
|
background: #f56c6c;
|
|
553
|
-
}
|
|
553
|
+
}
|
|
554
554
|
|
|
555
|
-
#devmg[data-v-5e142e6b] {
|
|
556
|
-
padding-top: 20px;
|
|
555
|
+
#devmg[data-v-5e142e6b] {
|
|
556
|
+
padding-top: 20px;
|
|
557
557
|
width: 100%;
|
|
558
558
|
}
|
|
559
|
-
.el-table[data-v-5e142e6b] {
|
|
559
|
+
.el-table[data-v-5e142e6b] {
|
|
560
560
|
margin: 20px ;
|
|
561
561
|
}
|
|
562
|
-
.el-table .warning-row[data-v-5e142e6b] {
|
|
562
|
+
.el-table .warning-row[data-v-5e142e6b] {
|
|
563
563
|
background: oldlace;
|
|
564
564
|
}
|
|
565
|
-
.el-table .success-row[data-v-5e142e6b] {
|
|
565
|
+
.el-table .success-row[data-v-5e142e6b] {
|
|
566
566
|
background: #f0f9eb;
|
|
567
567
|
}
|
|
568
|
-
.edit_dev[data-v-5e142e6b] {
|
|
568
|
+
.edit_dev[data-v-5e142e6b] {
|
|
569
569
|
text-align:left ;
|
|
570
|
-
/deep/ .el-transfer-panel {
|
|
570
|
+
/deep/ .el-transfer-panel {
|
|
571
571
|
width:300px;
|
|
572
572
|
}
|
|
573
|
-
}
|
|
573
|
+
}
|
|
574
574
|
|
|
575
|
-
#devmg[data-v-0c76f9a6] {
|
|
576
|
-
padding-top: 20px;
|
|
575
|
+
#devmg[data-v-0c76f9a6] {
|
|
576
|
+
padding-top: 20px;
|
|
577
577
|
width: 100%;
|
|
578
578
|
}
|
|
579
|
-
.el-table[data-v-0c76f9a6] {
|
|
579
|
+
.el-table[data-v-0c76f9a6] {
|
|
580
580
|
margin: 20px ;
|
|
581
581
|
}
|
|
582
|
-
.el-table .warning-row[data-v-0c76f9a6] {
|
|
582
|
+
.el-table .warning-row[data-v-0c76f9a6] {
|
|
583
583
|
background: oldlace;
|
|
584
584
|
}
|
|
585
|
-
.el-table .success-row[data-v-0c76f9a6] {
|
|
585
|
+
.el-table .success-row[data-v-0c76f9a6] {
|
|
586
586
|
background: #f0f9eb;
|
|
587
587
|
}
|
|
588
|
-
.edit_dev[data-v-0c76f9a6] {
|
|
588
|
+
.edit_dev[data-v-0c76f9a6] {
|
|
589
589
|
text-align:left ;
|
|
590
|
-
/deep/ .el-transfer-panel {
|
|
590
|
+
/deep/ .el-transfer-panel {
|
|
591
591
|
width:300px;
|
|
592
592
|
}
|
|
593
|
-
}
|
|
593
|
+
}
|
|
594
594
|
|
|
595
|
-
#devmg[data-v-74b1a91f] {
|
|
596
|
-
padding-top: 20px;
|
|
595
|
+
#devmg[data-v-74b1a91f] {
|
|
596
|
+
padding-top: 20px;
|
|
597
597
|
width: 100%;
|
|
598
598
|
}
|
|
599
|
-
.el-table[data-v-74b1a91f] {
|
|
599
|
+
.el-table[data-v-74b1a91f] {
|
|
600
600
|
margin: 20px ;
|
|
601
601
|
}
|
|
602
|
-
.el-table .warning-row[data-v-74b1a91f] {
|
|
602
|
+
.el-table .warning-row[data-v-74b1a91f] {
|
|
603
603
|
background: oldlace;
|
|
604
604
|
}
|
|
605
|
-
.el-table .success-row[data-v-74b1a91f] {
|
|
605
|
+
.el-table .success-row[data-v-74b1a91f] {
|
|
606
606
|
background: #f0f9eb;
|
|
607
607
|
}
|
|
608
|
-
.edit_dev[data-v-74b1a91f] {
|
|
608
|
+
.edit_dev[data-v-74b1a91f] {
|
|
609
609
|
text-align:left ;
|
|
610
|
-
/deep/ .el-transfer-panel {
|
|
610
|
+
/deep/ .el-transfer-panel {
|
|
611
611
|
width:300px;
|
|
612
612
|
}
|
|
613
|
-
}
|
|
613
|
+
}
|
|
614
614
|
|
|
615
|
-
#devmg[data-v-21c415f6] {
|
|
616
|
-
padding-top: 20px;
|
|
615
|
+
#devmg[data-v-21c415f6] {
|
|
616
|
+
padding-top: 20px;
|
|
617
617
|
width: 100%;
|
|
618
618
|
}
|
|
619
|
-
.el-table[data-v-21c415f6] {
|
|
619
|
+
.el-table[data-v-21c415f6] {
|
|
620
620
|
margin: 20px ;
|
|
621
621
|
}
|
|
622
|
-
.el-table .warning-row[data-v-21c415f6] {
|
|
622
|
+
.el-table .warning-row[data-v-21c415f6] {
|
|
623
623
|
background: oldlace;
|
|
624
624
|
}
|
|
625
|
-
.el-table .success-row[data-v-21c415f6] {
|
|
625
|
+
.el-table .success-row[data-v-21c415f6] {
|
|
626
626
|
background: #f0f9eb;
|
|
627
627
|
}
|
|
628
|
-
.edit_dev[data-v-21c415f6] {
|
|
628
|
+
.edit_dev[data-v-21c415f6] {
|
|
629
629
|
text-align:left ;
|
|
630
|
-
/deep/ .el-transfer-panel {
|
|
630
|
+
/deep/ .el-transfer-panel {
|
|
631
631
|
width:300px;
|
|
632
632
|
}
|
|
633
|
-
}
|
|
633
|
+
}
|
|
634
634
|
|
|
635
|
-
#devmg[data-v-03b1a4be] {
|
|
636
|
-
padding-top: 20px;
|
|
635
|
+
#devmg[data-v-03b1a4be] {
|
|
636
|
+
padding-top: 20px;
|
|
637
637
|
width: 100%;
|
|
638
638
|
}
|
|
639
|
-
.el-table[data-v-03b1a4be] {
|
|
639
|
+
.el-table[data-v-03b1a4be] {
|
|
640
640
|
margin: 20px ;
|
|
641
641
|
}
|
|
642
|
-
.el-table .warning-row[data-v-03b1a4be] {
|
|
642
|
+
.el-table .warning-row[data-v-03b1a4be] {
|
|
643
643
|
background: oldlace;
|
|
644
644
|
}
|
|
645
|
-
.el-table .success-row[data-v-03b1a4be] {
|
|
645
|
+
.el-table .success-row[data-v-03b1a4be] {
|
|
646
646
|
background: #f0f9eb;
|
|
647
647
|
}
|
|
648
|
-
.edit_dev[data-v-03b1a4be] {
|
|
648
|
+
.edit_dev[data-v-03b1a4be] {
|
|
649
649
|
text-align:left ;
|
|
650
|
-
/deep/ .el-transfer-panel {
|
|
650
|
+
/deep/ .el-transfer-panel {
|
|
651
651
|
width:300px;
|
|
652
652
|
}
|
|
653
|
-
}
|
|
653
|
+
}
|
|
654
654
|
|
|
655
|
-
#devmg[data-v-1bd04e58] {
|
|
656
|
-
padding-top: 20px;
|
|
655
|
+
#devmg[data-v-1bd04e58] {
|
|
656
|
+
padding-top: 20px;
|
|
657
657
|
width: 100%;
|
|
658
658
|
}
|
|
659
|
-
.el-table[data-v-1bd04e58] {
|
|
659
|
+
.el-table[data-v-1bd04e58] {
|
|
660
660
|
margin: 20px ;
|
|
661
661
|
}
|
|
662
|
-
.el-table .warning-row[data-v-1bd04e58] {
|
|
662
|
+
.el-table .warning-row[data-v-1bd04e58] {
|
|
663
663
|
background: oldlace;
|
|
664
664
|
}
|
|
665
|
-
.el-table .success-row[data-v-1bd04e58] {
|
|
665
|
+
.el-table .success-row[data-v-1bd04e58] {
|
|
666
666
|
background: #f0f9eb;
|
|
667
667
|
}
|
|
668
|
-
.edit_dev[data-v-1bd04e58] {
|
|
668
|
+
.edit_dev[data-v-1bd04e58] {
|
|
669
669
|
text-align:left ;
|
|
670
|
-
/deep/ .el-transfer-panel {
|
|
670
|
+
/deep/ .el-transfer-panel {
|
|
671
671
|
width:300px;
|
|
672
672
|
}
|
|
673
|
-
}
|
|
673
|
+
}
|
|
674
674
|
|
|
675
675
|
/*# sourceMappingURL=app.8421a6d597ba48619941ccd4e386fbb2.css.map*/
|