fix: collapse header overflow

This commit is contained in:
Jacky 2024-11-16 12:28:38 +08:00
parent c8471f94ec
commit 38d9d08ef0
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
2 changed files with 6 additions and 5 deletions

View file

@ -175,7 +175,6 @@ function duplicate(index: number) {
}
:deep(.ant-collapse-header-text) {
width: 100%;
overflow: hidden;
}
</style>

View file

@ -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>
@ -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>