forked from github/dataease
refactor: 视图放大隐藏标题
This commit is contained in:
parent
2a53655bb3
commit
9ceb361fb9
@ -94,7 +94,12 @@ const props = defineProps({
|
||||
const dynamicAreaId = ref('')
|
||||
const { view, showPosition, element, active, searchCount } = toRefs(props)
|
||||
|
||||
const titleShow = computed(() => element.value.innerType !== 'rich-text' && state.title_show)
|
||||
const titleShow = computed(
|
||||
() =>
|
||||
element.value.innerType !== 'rich-text' &&
|
||||
state.title_show &&
|
||||
showPosition.value !== 'viewDialog'
|
||||
)
|
||||
|
||||
const snapshotStore = snapshotStoreWithOut()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user