fix: 样式优化

This commit is contained in:
dataeaseShu
2026-05-28 17:38:16 +08:00
committed by dataeaseShu
parent c4e85a981e
commit 1c470985ac
2 changed files with 6 additions and 1 deletions

View File

@@ -891,3 +891,7 @@ strong {
.ed-collapse-item:last-child {
margin-bottom: 0 !important;
}
.ed-color-picker.is-custom.ed-color-picker.is-custom {
border-radius: 6px;
}

View File

@@ -113,7 +113,7 @@ const templateInnerPreview = () => {
left: 0;
.ed-button {
min-width: 73px;
min-width: 48px;
height: 28px;
display: none;
font-size: 12px;
@@ -167,6 +167,7 @@ const templateInnerPreview = () => {
@media screen and (max-width: 920px) {
.template {
width: calc(50% - 16px);
min-width: 180px;
}
}
</style>