diff --git a/src/components/slide/ItemDesc.vue b/src/components/slide/ItemDesc.vue
index a4c77a1..73ac342 100644
--- a/src/components/slide/ItemDesc.vue
+++ b/src/components/slide/ItemDesc.vue
@@ -43,7 +43,7 @@ const state = reactive({
{{ props.item.address }}
- @{{ props.item.author.nickname }}
+ @{{ props.item.author.nickname }}
{{ props.item.desc }}
diff --git a/src/components/slide/SlideList.vue b/src/components/slide/SlideList.vue
deleted file mode 100644
index 585d52a..0000000
--- a/src/components/slide/SlideList.vue
+++ /dev/null
@@ -1,547 +0,0 @@
-
-
-
-
-
-
- 作品
-
- 私密
-
-
- 喜欢
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/pages/home/components/IndicatorHome.vue b/src/pages/home/components/IndicatorHome.vue
index d337a04..ebb9e59 100644
--- a/src/pages/home/components/IndicatorHome.vue
+++ b/src/pages/home/components/IndicatorHome.vue
@@ -246,8 +246,9 @@ export default {
.tab {
transition: color .3s;
- color: rgb(156, 158, 165);
+ color: rgba(white, .7);
position: relative;
+ font-size: 17rem;
.tab1-img {
position: absolute;
@@ -281,7 +282,7 @@ export default {
.indicator {
//transition: left .3s;
position: absolute;
- bottom: -8rem;
+ bottom: -6rem;
height: 2rem;
width: 20rem;
//width: calc(100% / 5);
diff --git a/src/utils/mixin.js b/src/utils/mixin.js
index d07f37d..d0698b2 100644
--- a/src/utils/mixin.js
+++ b/src/utils/mixin.js
@@ -1,6 +1,5 @@
import globalMethods from "./index";
import BaseHeader from "../components/BaseHeader";
-import SlideList from "../components/slide/SlideList";
import SlideRowList from "../components/slide/SlideRowList";
import SlideItem from "../components/slide/SlideItem";
import Indicator from "../components/slide/Indicator";
@@ -22,7 +21,6 @@ export default {
components: {
BaseHeader,
SlideHorizontal,
- SlideList,
SlideRowList,
SlideItem,
Indicator,