mirror of
https://gitee.com/ice-gl/icegl-three-vue-tres.git
synced 2025-04-05 06:22:43 +08:00
no message
This commit is contained in:
parent
9b74a7c789
commit
3f8f47c127
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div v-if="hasPreview">
|
||||
<FTooltip mode="popover" :offset="-208">
|
||||
<FTooltip mode="popover" :offset="-208" placement="bottom" :getContainer="getContainer">
|
||||
<FImage class="w-full max-h-70 h-14em" style="cursor: pointer" fit="contain" :src="publicPath + onePreview.src" lazy />
|
||||
<template #content>
|
||||
<div style="width: 280px; height: 180px; display: flex; justify-content: center; align-items: center">
|
||||
@ -111,6 +111,11 @@ const errMiNiImg = (e: any) => {
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
const getContainer = (container: any) => {
|
||||
debugger
|
||||
return document.querySelector('#right-page-list-id')
|
||||
}
|
||||
</script>
|
||||
<style lang="less">
|
||||
.fes-tooltip-confirm,
|
||||
|
@ -123,6 +123,7 @@
|
||||
</FMenu>
|
||||
</div>
|
||||
<div
|
||||
id="right-page-list-id"
|
||||
class="overflow-scroll relative right-page-list"
|
||||
:class="{ 'mt-10': detectDeviceType() === 'PC' }"
|
||||
style="height: calc(100vh - 42px - 52px); width: 100%"
|
||||
|
Loading…
x
Reference in New Issue
Block a user