feat(sidepanel): 更新邮箱状态处理逻辑并增强设置卡片的锁定状态管理
This commit is contained in:
@@ -238,6 +238,20 @@ header {
|
||||
box-shadow: var(--shadow-sm);
|
||||
}
|
||||
|
||||
.data-card.is-locked {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.data-card.is-locked::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
border-radius: inherit;
|
||||
background: color-mix(in srgb, var(--bg-base) 18%, transparent);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.section-mini-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -283,6 +297,10 @@ header {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.data-value-actions {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.input-with-icon {
|
||||
position: relative;
|
||||
flex: 1;
|
||||
@@ -307,6 +325,10 @@ header {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.data-value-fill {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.data-value.has-value { color: var(--text-primary); }
|
||||
|
||||
.mono {
|
||||
|
||||
Reference in New Issue
Block a user