123456789101112131415161718192021222324252627 |
- export default {
-
- backtop: {
- mode: 'circle',
- icon: 'arrow-upward',
- text: '',
- duration: 100,
- scrollTop: 0,
- top: 400,
- bottom: 100,
- right: 20,
- zIndex: 9,
- iconStyle: () => ({
- color: '#909399',
- fontSize: '19px'
- })
- }
- }
|