Skip to content

Commit 504ec39

Browse files
committed
fix(Embedded Management): Editing the simple assistant application does not have a scroll bar and only displays one row
1 parent 74eb9ae commit 504ec39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ const saveHandler = () => {
11901190
}
11911191
11921192
.card-ds_content {
1193-
width: 100%;
1193+
width: 800px;
11941194
display: flex;
11951195
align-items: center;
11961196
flex-wrap: wrap;

0 commit comments

Comments
 (0)