画布问题id丢失、撤回...

This commit is contained in:
李志鹏
2025-11-05 16:28:37 +08:00
parent b1bb96b6fd
commit 4030f54334
17 changed files with 182 additions and 74 deletions

View File

@@ -60,12 +60,12 @@
.action-btn[disabled] {
opacity: 0.5;
cursor: not-allowed;
background-color: #f5f5f5;
background-color: #F9FAFA;
color: #bfbfbf;
border-color: #e6e6e6;
}
.action-btn[disabled]:hover {
background-color: #f5f5f5;
background-color: #F9FAFA;
color: #bfbfbf;
border-color: #e6e6e6;
}
@@ -195,7 +195,7 @@
justify-content: center;
overflow: hidden;
flex: none;
background: repeating-conic-gradient(#f5f5f5 0% 25%, #ffffff 0% 50%) 50% / 1rem 1rem;
background: repeating-conic-gradient(#F9FAFA 0% 25%, #ffffff 0% 50%) 50% / 1rem 1rem;
border: 1px solid #e0e0e0;
}
.layer-thumbnail {