设计需求、测试项、用例的上级hover显示

This commit is contained in:
2025-05-14 19:57:11 +08:00
parent 25b5576274
commit 70e719abbe
15 changed files with 260 additions and 32 deletions

View File

@@ -3,7 +3,7 @@ import { useDebounceFn } from '@vueuse/core'
import { useAppStore } from '@/store'
import { addEventListen, removeEventListen } from '@/utils/event'
const WIDTH = 992 // https://arco.design/vue/component/grid#responsivevalue
const WIDTH = 992
function queryDevice() {
const rect = document.body.getBoundingClientRect()