diff --git a/src/pages/business_emergencyDuty/components/DutyHandover.less b/src/pages/business_emergencyDuty/components/DutyHandover.less index 568ed17..9a99981 100644 --- a/src/pages/business_emergencyDuty/components/DutyHandover.less +++ b/src/pages/business_emergencyDuty/components/DutyHandover.less @@ -270,19 +270,30 @@ flex: 1; display: flex; flex-direction: column; - height: 100%; .formBlock { background: #fff; - padding: 20px; - height: 100%; - overflow-y: auto; + padding: 15px 15px 15px 15px; + flex: 1; + display: flex; + flex-direction: column; + .formTitle { - font-size: 16px; + display: flex; + align-items: center; + gap: 8px; + font-size: 14px; font-weight: 500; - color: #333; - margin-bottom: 20px; + color: #333333; + margin-bottom: 18px; + + &::before { + content: ''; + width: 3px; + height: 18px; + background-color: #2E4CD4; + } } .formRow {