style(project): adjust product schedule drawer spacing

This commit is contained in:
2026-02-21 14:31:56 +08:00
parent 13fb0e7146
commit e5365710b0

View File

@@ -1,16 +1,24 @@
.ptm-editor-drawer { .ptm-editor-drawer {
.g-drawer-bd {
padding: 24px 24px 20px;
}
.g-drawer-close .iconify { .g-drawer-close .iconify {
width: 16px; width: 16px;
height: 16px; height: 16px;
} }
.g-form-group { .g-form-group {
margin-bottom: 16px; margin-bottom: 20px;
}
.g-form-group:last-child {
margin-bottom: 0;
} }
.g-form-label { .g-form-label {
display: inline-flex; display: inline-flex;
margin-bottom: 8px; margin-bottom: 10px;
font-size: 13px; font-size: 13px;
font-weight: 500; font-weight: 500;
color: #1a1a2e; color: #1a1a2e;
@@ -23,8 +31,9 @@
} }
.g-hint { .g-hint {
margin-top: 6px; margin-top: 8px;
font-size: 12px; font-size: 12px;
line-height: 1.5;
color: #9ca3af; color: #9ca3af;
} }
@@ -129,7 +138,7 @@
.ptm-fg-row { .ptm-fg-row {
display: flex; display: flex;
gap: 10px; gap: 12px;
align-items: center; align-items: center;
} }
@@ -138,23 +147,24 @@
} }
.ptm-fg-sep { .ptm-fg-sep {
font-size: 14px; font-size: 15px;
color: #9ca3af; color: #9ca3af;
} }
.ptm-day-sel { .ptm-day-sel {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
gap: 6px; gap: 8px;
margin-bottom: 8px; margin-bottom: 10px;
} }
.ptm-day { .ptm-day {
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
width: 42px; min-width: 42px;
height: 28px; height: 30px;
padding: 0 6px;
font-size: 12px; font-size: 12px;
color: #9ca3af; color: #9ca3af;
cursor: pointer; cursor: pointer;
@@ -172,7 +182,8 @@
.ptm-day-quick { .ptm-day-quick {
display: flex; display: flex;
gap: 6px; gap: 8px;
margin-top: 2px;
} }
.ptm-prod-search .g-input { .ptm-prod-search .g-input {
@@ -182,8 +193,8 @@
.ptm-prod-selected { .ptm-prod-selected {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
gap: 6px; gap: 8px;
margin-top: 10px; margin-top: 12px;
} }
.ptm-prod-chip { .ptm-prod-chip {
@@ -232,6 +243,7 @@
display: flex; display: flex;
gap: 10px; gap: 10px;
align-items: center; align-items: center;
margin-top: 2px;
} }
} }