Skip to content

Commit 5812194

Browse files
committed
fix(Embedded Management): The application name in the display settings is displayed abnormally
1 parent 47be3e8 commit 5812194

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/views/embedded/AssistantPreview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const pageLogo = computed(() => {
115115
font-size: 16px;
116116
line-height: 24px;
117117
color: var(--ed-text-color-primary);
118-
width: 200px;
118+
width: 242px;
119119
}
120120
121121
.ed-icon:not(.logo) {

frontend/src/views/embedded/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ onBeforeUnmount(() => {
234234
font-size: 16px;
235235
line-height: 24px;
236236
color: var(--ed-text-color-primary);
237-
max-width: calc(100% - 180px);
237+
max-width: calc(100% - 172px);
238238
}
239239
240240
.ed-icon:not(.logo) {

0 commit comments

Comments
 (0)