mirror of
https://github.com/dataease/dataease.git
synced 2026-06-11 15:27:02 +08:00
fix: 样式优化
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user