forked from github/dataease
style(数据大屏): 拖拽定位组件样式修改
This commit is contained in:
parent
bac9a0399b
commit
3b85623919
@ -15,7 +15,7 @@ import { storeToRefs } from 'pinia'
|
||||
import { computed } from 'vue'
|
||||
|
||||
const dvMainStore = dvMainStoreWithOut()
|
||||
const { mousePointShadowMap } = storeToRefs(dvMainStore)
|
||||
const { mousePointShadowMap, canvasStyleData } = storeToRefs(dvMainStore)
|
||||
defineProps({
|
||||
canvasId: {
|
||||
type: String,
|
||||
@ -25,6 +25,7 @@ defineProps({
|
||||
|
||||
const tipsStyleInfo = computed(() => {
|
||||
return {
|
||||
fontSize: (16 * canvasStyleData.value.scale) / 100 + 'px',
|
||||
width: mousePointShadowMap.value.width + 'px',
|
||||
height: mousePointShadowMap.value.height + 'px'
|
||||
}
|
||||
@ -58,6 +59,7 @@ const styleInfo = computed(() => {
|
||||
.point-shadow-tips {
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
z-index: 10001;
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user