doc: add backtop

pull/6085/head
tangjinzhou 2 years ago
parent d484e1f6a0
commit fbf1c78cc8

@ -66,12 +66,12 @@
<div <div
class="surveybyantdv" class="surveybyantdv"
data-sf-id="63ad5912f3e10066" data-sf-id="63ad5912f3e10066"
data-sf-mode="sidetab" data-sf-mode="popover"
data-sf-button-color="#1890ff" data-sf-button-color="#1890ff"
data-sf-text-color="#ffffff" data-sf-text-color="#ffffff"
data-sf-font-size="18" data-sf-font-size="18"
data-sf-button-text="体验反馈" data-sf-button-text=""
data-sf-button-radius="4" data-sf-button-radius="50%"
data-sf-button-icon="like-outlined" data-sf-button-icon="like-outlined"
data-sf-default-open="false" data-sf-default-open="false"
data-sf-allow-repeat-submit="true" data-sf-allow-repeat-submit="true"

@ -59,6 +59,7 @@
</a-anchor> </a-anchor>
</a-affix> </a-affix>
</section> </section>
<a-back-top />
<div class="fixed-widgets" :style="isZhCN ? { bottom: '175px' } : {}"> <div class="fixed-widgets" :style="isZhCN ? { bottom: '175px' } : {}">
<a-dropdown placement="top"> <a-dropdown placement="top">
<template #overlay> <template #overlay>

@ -205,7 +205,7 @@ a {
position: fixed; position: fixed;
right: 32px; right: 32px;
bottom: 102px; bottom: 102px;
z-index: 2147483640; z-index: 100;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
cursor: pointer; cursor: pointer;

Loading…
Cancel
Save