feat: enhance image handling and synchronization in ArticleEditorCanvas

This commit is contained in:
2026-04-05 23:01:30 +08:00
parent 0e2ad4ed16
commit 1ab405c451
2 changed files with 163 additions and 26 deletions
+8
View File
@@ -220,6 +220,14 @@ html, body, #app {
}
/* Premium Modal Overrides */
.ant-modal-root .ant-modal-mask {
z-index: 3000 !important;
}
.ant-modal-root .ant-modal-wrap {
z-index: 3001 !important;
}
.ant-modal-content {
border-radius: 16px !important;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;