enhance(ux): support do not remind me for the shui confirm dialog

This commit is contained in:
charlie
2024-08-26 16:34:53 +08:00
parent 81b17a903e
commit 3d582c9cda
4 changed files with 79 additions and 46 deletions

View File

@@ -211,19 +211,6 @@ html.is-mobile {
}
}
.ui__confirm-modal {
.sublabel {
display: flex;
padding: 2px 0;
align-items: center;
font-size: 14px;
input[type='checkbox'] {
margin-right: 8px;
}
}
}
.dropdown-wrapper {
@apply border min-w-[12rem] rounded-md bg-popover overflow-hidden;