|
@@ -240,7 +240,7 @@ export default {
|
|
|
temp.content = [temp.content];
|
|
|
temp.title = [temp.title];
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
this.data = temp;
|
|
|
if (!this.data) {
|
|
|
return alert("热点解析错误");
|
|
@@ -402,6 +402,7 @@ export default {
|
|
|
> p {
|
|
|
line-height: 1.5;
|
|
|
font-size: 16px;
|
|
|
+ padding:0 10px 10px 0;
|
|
|
}
|
|
|
}
|
|
|
.ismtop {
|
|
@@ -477,7 +478,7 @@ export default {
|
|
|
position: fixed;
|
|
|
bottom: 10px;
|
|
|
right: 0px;
|
|
|
- z-index: 10000;
|
|
|
+ z-index: 2000;
|
|
|
li {
|
|
|
width: 70px;
|
|
|
}
|