mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增撤回前进功能
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
后端数据
|
||||
数据
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="go-chart-content-details">
|
||||
设置
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
<script setup></script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
@include go('chart-content-details') {
|
||||
position: relative;
|
||||
}
|
||||
</style>
|
||||
@@ -90,7 +90,7 @@ const tabList = shallowRef([
|
||||
},
|
||||
{
|
||||
key: 'behind',
|
||||
title: '后端数据',
|
||||
title: '数据',
|
||||
icon: FlashIcon,
|
||||
render: Behind
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user