fix(config-template-modal): header text overflow

This commit is contained in:
Jacky 2025-01-09 10:51:33 +08:00
parent 3d925c2769
commit e6e30110fd
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D

View file

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