fix: eslint

pull/336/head
xingyu4j 2026-03-13 15:58:53 +08:00
parent 443e4b04cd
commit 600fc71aed
3 changed files with 6 additions and 3 deletions

View File

@ -0,0 +1,4 @@
declare module 'element-plus/es/components/*/style/css' {
const sideEffect: undefined;
export default sideEffect;
}

View File

@ -185,8 +185,7 @@ function onMouseDown(e: MouseEvent, tab: TabConfig) {
@apply opacity-0;
}
.tabs-chrome__item:not(.dragging):hover:not(.is-active)
.tabs-chrome__divider {
.tabs-chrome__item:not(.dragging):hover:not(.is-active) .tabs-chrome__divider {
@apply opacity-0;
}

View File

@ -20,8 +20,8 @@ type SecureLSCtor = new (config?: {
}) => SecureLSStorage;
const secureLSModule = SecureLS as unknown as {
SecureLS?: SecureLSCtor;
default?: SecureLSCtor;
SecureLS?: SecureLSCtor;
};
const SecureLSConstructor =