Skip to content

Commit 8dd6cf8

Browse files
committed
feat(embedded): Support page embedding
1 parent 27bd84d commit 8dd6cf8

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/views/system/embedded

1 file changed

+1
-1
lines changed

frontend/src/views/system/embedded/Page.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ const copyCode = (row: any, key: any = 'app_secret') => {
439439
<el-table-column
440440
prop="domain"
441441
:label="$t('embedded.cross_domain_settings')"
442-
width="204"
442+
show-overflow-tooltip
443443
/>
444444
<el-table-column fixed="right" width="80" :label="t('ds.actions')">
445445
<template #default="scope">

0 commit comments

Comments
 (0)