|
@@ -172,7 +172,7 @@
|
172
|
172
|
</ul>
|
173
|
173
|
</div> -->
|
174
|
174
|
|
175
|
|
- <el-button class="goTop" v-show="goTopShow" @click="goTop" type="primary" icon="el-icon-arrow-up" circle style="position:fixed;right:20px;bottom:20px;"></el-button>
|
|
175
|
+ <el-button class="goTop" v-show="goTopShow" @click="goTop" type="primary" icon="el-icon-arrow-up" circle style="position:fixed;right:50px;bottom:50px;"></el-button>
|
176
|
176
|
|
177
|
177
|
</div>
|
178
|
178
|
</template>
|
|
@@ -1001,5 +1001,11 @@ export default {
|
1001
|
1001
|
}
|
1002
|
1002
|
}
|
1003
|
1003
|
}
|
|
1004
|
+.el-button.is-circle{
|
|
1005
|
+ padding: 18px!important;
|
|
1006
|
+ .el-icon-arrow-up{
|
|
1007
|
+ font-size: 20px!important;
|
|
1008
|
+ }
|
|
1009
|
+}
|
1004
|
1010
|
</style>
|
1005
|
1011
|
|