Vanessa 2025-06-25 13:27:32 +08:00
parent 7f20a89b93
commit da2865c0e5
2 changed files with 5 additions and 1 deletions

View file

@ -761,7 +761,8 @@
.av__row--header > .block__icons,
.av__views .fn__space,
.av__views .block__icon:not([data-type="av-search-icon"]),
.av__widthdrag {
.av__widthdrag,
.av__gallery-actions {
display: none;
}

View file

@ -335,6 +335,9 @@ export const disabledProtyle = (protyle: IProtyle) => {
protyle.wysiwyg.element.querySelectorAll(".protyle-icons--show").forEach(item => {
item.classList.remove("protyle-icons--show");
});
protyle.wysiwyg.element.querySelectorAll(".av__gallery-fields--edit").forEach(item => {
item.classList.remove("av__gallery-fields--edit");
});
protyle.wysiwyg.element.querySelectorAll(".render-node .protyle-action__edit").forEach(item => {
item.classList.add("fn__none");
if (item.classList.contains("protyle-icon--first")) {