Skip to content

Commit

Permalink
fix: collapse header overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Nov 16, 2024
1 parent c8471f9 commit 38d9d08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/src/views/site/ngx_conf/LocationEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ function duplicate(index: number) {
}
:deep(.ant-collapse-header-text) {
width: 100%;
overflow: hidden;
}
</style>
10 changes: 6 additions & 4 deletions app/src/views/site/site_edit/SiteEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,9 @@ provide('data', data)
<ACol
:xs="24"
:sm="24"
:md="16"
:lg="18"
:md="24"
:lg="16"
:xl="17"
>
<ACard :bordered="false">
<template #title>
Expand Down Expand Up @@ -250,8 +251,9 @@ provide('data', data)
class="col-right"
:xs="24"
:sm="24"
:md="8"
:lg="6"
:md="24"
:lg="8"
:xl="7"
>
<RightSettings />
</ACol>
Expand Down

0 comments on commit 38d9d08

Please sign in to comment.