样式调整

This commit is contained in:
fofolee
2024-12-20 20:02:28 +08:00
parent 45a2170ff3
commit a65d9ccdff
3 changed files with 61 additions and 40 deletions

View File

@@ -117,24 +117,6 @@ export default {
</script>
<style scoped>
.q-card.command {
cursor: pointer;
user-select: none;
transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
background: rgba(255, 255, 255, 0.3) !important;
backdrop-filter: blur(calc(var(--glass-effect-strength) * 1px)) !important;
border: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: 0 4px 16px 0 rgba(31, 38, 135, 0.07);
will-change: transform, box-shadow;
}
.body--dark .q-card.command {
background: rgba(57, 57, 57, 0.09) !important;
border: 1px solid rgb(59 58 58 / 5%);
box-shadow: 0 1px 5px rgb(0 0 0 / 20%), 0 2px 2px rgb(0 0 0 / 14%),
0 3px 1px -2px rgb(69 67 67 / 12%);
}
.ellipsis {
overflow: hidden;
text-overflow: ellipsis;
@@ -173,14 +155,14 @@ export default {
background-size: contain;
background-position: center;
background-repeat: no-repeat;
filter: blur(6px) brightness(1.2);
transform: scale(1.1);
filter: blur(8px) brightness(1.1);
transform: scale(1.05);
pointer-events: none;
}
.featureIcoHover::after {
opacity: 1;
transform: scale(1.2);
opacity: 0.8;
transform: scale(1.1);
}
.feature-disabled {