diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 7b94f2b4..30c18715 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -2436,4 +2436,24 @@ $alert-color: #101010; } } } -} \ No newline at end of file +} + +// 2025-05-26 동선이동∙형 올림 내림 + +.moving-tab-radio-wrap{ + display: flex; + align-items: center; + gap: 10px; + margin-bottom: 10px; +} +.moving-tab-content{ + padding: 10px; + border: 1px solid #3D3D3D; + margin-top: 15px; + .outline-form{ + span{ + width: auto; + margin-right: 23px; + } + } +} diff --git a/src/styles/_submodal.scss b/src/styles/_submodal.scss index 8f73eca9..fc40e486 100644 --- a/src/styles/_submodal.scss +++ b/src/styles/_submodal.scss @@ -374,10 +374,7 @@ // 1:1문의 .one-on-one{ .select-wrap{ - width: 250px; - } - .input-wrap{ - flex: 1 1 auto; + flex: 1; } &.btn-area{ padding-bottom: 0; @@ -388,7 +385,7 @@ border: 1px solid #eee; .drag-file-area{ margin-top: 0; - .file-list { + .file-list{ overflow-y: auto; max-height: 100px; } diff --git a/src/styles/_table.scss b/src/styles/_table.scss index 31b96bd9..a336104f 100644 --- a/src/styles/_table.scss +++ b/src/styles/_table.scss @@ -400,6 +400,10 @@ table{ font-weight: 400; } } + &.no-data{ + padding: 70px 0; + font-size: 14px; + } } tr{ background-color: transparent;