Skip to content

Commit

Permalink
add step (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
SAKURA-CAT authored Dec 15, 2023
1 parent 431d6b8 commit 6ddb48c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion vue/src/views/experiment/pages/chart/ChartPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { ref } from 'vue'
import { useExperimentStroe } from '@swanlab-vue/store'
import SLStatusLabel from '@swanlab-vue/components/SLStatusLabel.vue'
import ChartsContainer from './components/ChartsContainer.vue'
import SLIcon from '@swanlab-vue/components/SLIcon.vue'
import G2Chart from './components/G2Chart.vue'
import http from '@swanlab-vue/api/http'
import { onUnmounted } from 'vue'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<SLModal class="p-10 pt-0 overflow-hidden" max-w="-1" v-model="zoom">
<p class="text-center mt-4 mb-10 text-2xl font-semibold">{{ title }}</p>
<div ref="g2ZoomRef"></div>
<p class="absolute right-12 bottom-16 text-xs text-dimmer scale-90">step</p>
</SLModal>
</template>
<!-- 有错误 -->
Expand Down

0 comments on commit 6ddb48c

Please sign in to comment.