|
@@ -52,7 +52,6 @@ import { useWidgetStyle } from '../hooks/useWidgetStyle'
|
|
|
import { useResizeObserver } from 'vue-hooks-plus'
|
|
import { useResizeObserver } from 'vue-hooks-plus'
|
|
|
import { getSymbol } from '@/utils'
|
|
import { getSymbol } from '@/utils'
|
|
|
import ImageBg from '../ImageBg.vue'
|
|
import ImageBg from '../ImageBg.vue'
|
|
|
-import { useProjectStore } from '@/store/modules/project'
|
|
|
|
|
|
|
|
|
|
import type { ListItem } from './data'
|
|
import type { ListItem } from './data'
|
|
|
|
|
|
|
@@ -75,7 +74,6 @@ const containerRef = ref<HTMLDivElement>()
|
|
|
const contentRef = ref<HTMLDivElement>()
|
|
const contentRef = ref<HTMLDivElement>()
|
|
|
const conHeight = ref(0)
|
|
const conHeight = ref(0)
|
|
|
const bodyHeight = ref(0)
|
|
const bodyHeight = ref(0)
|
|
|
-const projectStore = useProjectStore()
|
|
|
|
|
|
|
|
|
|
useResizeObserver(containerRef, (entries) => {
|
|
useResizeObserver(containerRef, (entries) => {
|
|
|
const entry = entries[0]
|
|
const entry = entries[0]
|