复用项目页重命名弹窗组件
项目页重命名改用 UnifiedModal 和 PlatformTextField 删除项目页局部弹窗与输入框样式 补充 TRACKING 组件复用记录
This commit is contained in:
@@ -3211,55 +3211,6 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
|
||||
font-weight: 760;
|
||||
}
|
||||
|
||||
.project-gallery__modal-backdrop {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
z-index: 20;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
background: rgba(15, 23, 42, 0.18);
|
||||
}
|
||||
|
||||
.project-gallery__rename-dialog {
|
||||
display: grid;
|
||||
width: min(24rem, calc(100% - 2rem));
|
||||
gap: 0.9rem;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 0.75rem;
|
||||
background: #ffffff;
|
||||
padding: 1rem;
|
||||
box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
|
||||
}
|
||||
|
||||
.project-gallery__rename-header,
|
||||
.project-gallery__rename-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.project-gallery__rename-header h2 {
|
||||
margin: 0;
|
||||
font-size: 1rem;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.project-gallery__rename-dialog input {
|
||||
min-height: 2.65rem;
|
||||
border: 1px solid #d1d5db;
|
||||
border-radius: 0.5rem;
|
||||
padding: 0 0.8rem;
|
||||
color: #111827;
|
||||
font-weight: 760;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.project-gallery__rename-dialog input:focus {
|
||||
border-color: #4bb5aa;
|
||||
box-shadow: 0 0 0 3px rgba(75, 181, 170, 0.16);
|
||||
}
|
||||
|
||||
.image-canvas-editor {
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user