diff --git a/src/app/canvas/page.jsx b/src/app/canvas/page.jsx index ba2d22a..2a635ea 100644 --- a/src/app/canvas/page.jsx +++ b/src/app/canvas/page.jsx @@ -158,10 +158,10 @@ export default function CanvasPage() { {/* */} {/* 지붕모듈선택 */} - + {/* */} {/* 육지붕모듈 선택 */} - + {/* */} {/* 회로 및 가대설정 */} {/* */} diff --git a/src/app/management/newproduct/page.jsx b/src/app/management/newproduct/page.jsx index 58d307a..90c285d 100644 --- a/src/app/management/newproduct/page.jsx +++ b/src/app/management/newproduct/page.jsx @@ -51,7 +51,7 @@ export default function NewProductPage(){ {/* */} {/* 로딩바 */} - + {/* */} ) } \ No newline at end of file diff --git a/src/components/canvas/CanvasEstimate.jsx b/src/components/canvas/CanvasEstimate.jsx index d1e33a6..0cdbbd2 100644 --- a/src/components/canvas/CanvasEstimate.jsx +++ b/src/components/canvas/CanvasEstimate.jsx @@ -95,16 +95,25 @@ export default function CanvasEstimate() { + {/* 2025-04-03 */} 注文分類  * -
-
- - +
+
+
+ + +
+
+ + +
-
- - +
+ +
+ +
diff --git a/src/components/common/reactselect/ReactSelect.jsx b/src/components/common/reactselect/ReactSelect.jsx index 84a9a04..ee4e499 100644 --- a/src/components/common/reactselect/ReactSelect.jsx +++ b/src/components/common/reactselect/ReactSelect.jsx @@ -68,7 +68,7 @@ const CustomOption = (props) => { isClearable={true} menuPlacement={'auto'} components={{Option: CustomOption}} - isDisabled={true} + /> ) } \ No newline at end of file diff --git a/src/styles/_table.scss b/src/styles/_table.scss index 5fe69af..31b96bd 100644 --- a/src/styles/_table.scss +++ b/src/styles/_table.scss @@ -47,6 +47,16 @@ table{ } .form-flex-wrap{ @include flexbox; + .form-flex-select{ + @include flexbox; + label{ + flex: none; + margin-right: 5px; + } + .form-select{ + min-width: 300px; + } + } } .date-picker-wrap{ width: 100%;