|
@ -35,9 +35,9 @@
|
35
|
35
|
<div class="slipbox__header"></div>
|
36
|
36
|
</template>
|
37
|
37
|
<template>
|
38
|
|
<t-tabs>
|
39
|
|
<t-tab-panel label="全部" panel-id="tab-1">
|
40
|
|
<t-scroll-bar style="height:550px;" :auto-hide="false">
|
|
38
|
<t-tabs style="height:100%">
|
|
39
|
<t-tab-panel label="全部" panel-id="tab-1" style="height:100%;">
|
|
40
|
<t-scroll-bar style="height:100%;" :auto-hide="false">
|
41
|
41
|
<ul style="padding-left: 0px;">
|
42
|
42
|
<li
|
43
|
43
|
class="liCss"
|
|
@ -76,7 +76,7 @@
|
76
|
76
|
</t-scroll-bar>
|
77
|
77
|
</t-tab-panel>
|
78
|
78
|
<t-tab-panel label="在线" panel-id="tab-2" icon="home">
|
79
|
|
<t-scroll-bar style="height:550px;" :auto-hide="false">
|
|
79
|
<t-scroll-bar style="height:100%" :auto-hide="false">
|
80
|
80
|
<ul style="padding-left: 0px;">
|
81
|
81
|
<li
|
82
|
82
|
class="liCss"
|
|
@ -114,8 +114,8 @@
|
114
|
114
|
</ul>
|
115
|
115
|
</t-scroll-bar>
|
116
|
116
|
</t-tab-panel>
|
117
|
|
<t-tab-panel label="SOS" panel-id="tab-3" icon="home">
|
118
|
|
<t-scroll-bar style="height:550px;" :auto-hide="false">
|
|
117
|
<t-tab-panel label="SOS" panel-id="tab-3" icon="home" style="height:100%;">
|
|
118
|
<t-scroll-bar style="height:100%;" :auto-hide="false">
|
119
|
119
|
<ul style="padding-left: 0px;">
|
120
|
120
|
<li
|
121
|
121
|
class="liCss"
|
|
@ -153,8 +153,8 @@
|
153
|
153
|
</ul>
|
154
|
154
|
</t-scroll-bar>
|
155
|
155
|
</t-tab-panel>
|
156
|
|
<t-tab-panel label="离线" panel-id="tab-4" icon="home">
|
157
|
|
<t-scroll-bar style="height:550px;" :auto-hide="false">
|
|
156
|
<t-tab-panel label="离线" panel-id="tab-4" icon="home" >
|
|
157
|
<t-scroll-bar style="height:100%" :auto-hide="false">
|
158
|
158
|
<ul style="padding-left: 0px;">
|
159
|
159
|
<li
|
160
|
160
|
class="liCss"
|
|
@ -216,7 +216,7 @@ export default {
|
216
|
216
|
popup:null,
|
217
|
217
|
visible: true,
|
218
|
218
|
shadow: false,
|
219
|
|
styls: { width: "400px", height: "600px", margin: "120px 0 0 75px" },
|
|
219
|
styls: { width: "400px", height: "70%", margin: "120px 0 0 75px" },
|
220
|
220
|
clickActiveName: "",
|
221
|
221
|
moveActiveName: "",
|
222
|
222
|
dataList: [
|