mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改预览的问题
This commit is contained in:
@@ -55,7 +55,7 @@ const previewRefStyle = computed(() => {
|
||||
if (!localStorageInfo) {
|
||||
window['$message'].warning('获取数据失败')
|
||||
}
|
||||
|
||||
console.log(localStorageInfo);
|
||||
nextTick(() => {
|
||||
const { calcRate, windowResize, unWindowResize } = usePreviewScale(width.value as number, height.value as number, previewRef.value)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user