[Feat] Basic PLS lifecycle mgmt

This commit is contained in:
Minoricew
2025-06-06 02:05:04 +08:00
parent 839afa79e8
commit 6da8348b41
18 changed files with 739 additions and 271 deletions

View File

@@ -46,6 +46,15 @@
flex: 0.75;
}
.aura-settings-entry-operation-area.ase-operation-area-disabled {
opacity: 0.25;
cursor: not-allowed;
}
.aura-settings-entry-operation-area.ase-operation-area-disabled * {
pointer-events: none;
}
.aura-settings-entry-operation-area.form-switch {
transform: scale(1.2);
}