template!-- div style=position absolute; height 20px-- t-card bordered=false div style=display flex; flex-direction row t-anchor affixProps= offsetTop 100 style=margin-left -20px;margin
To resolve the issue with t-back-top not being displayed on the page, you can try modifying the code as follows:
- Ensure that the t-back-top component is imported properly at the top of your code:
<template>
<t-back-top />
</template>
- Adjust the position of the t-back-top component by giving it a higher z-index value and adjusting the bottom and right positions:
<t-back-top style="position: fixed; bottom: 20px; right: 20px; z-index: 9999;" />
By following these steps, the t-back-top component should be displayed correctly on the page
原文地址: http://www.cveoy.top/t/topic/iTBM 著作权归作者所有。请勿转载和采集!