iframe路径中去掉display
This commit is contained in:
@@ -146,7 +146,7 @@ const iframeSrc = ref('')
|
||||
onMounted(() => {
|
||||
iframeSrc.value =
|
||||
'http://192.168.1.179:4001' +
|
||||
`/zutai/?id=4b4f7f4260198776594f5f9d93a532e8&&name=stt&&preview=true&&display=true#/preview_YPT`
|
||||
`/zutai/?id=4b4f7f4260198776594f5f9d93a532e8&&name=stt&&preview=true#/preview_YPT`
|
||||
|
||||
tableStore.index()
|
||||
|
||||
@@ -226,7 +226,7 @@ const sendKeysToIframe = (keyList: string[]) => {
|
||||
padding: 10px;
|
||||
height: 100%;
|
||||
.buttonBox {
|
||||
display: flex;
|
||||
display: flex;
|
||||
width: 150px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user