diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx
index aef5259..ea59f5f 100644
--- a/src/components/publishpage/PublishPage.jsx
+++ b/src/components/publishpage/PublishPage.jsx
@@ -166,6 +166,7 @@ export default function PublishPage() {
- 2024-11-04
- *배치면 초기설정 pop 이미지 불러오기 영역 수정
+ - *견적서 견적 특이사항 영역 닫힘 열림 추가
2024-10-28 |
diff --git a/src/styles/_contents.scss b/src/styles/_contents.scss
index 50abad0..a81f624 100644
--- a/src/styles/_contents.scss
+++ b/src/styles/_contents.scss
@@ -828,22 +828,40 @@
}
}
+.estimate-arr-btn{
+ display: block;
+ width: 20px;
+ height: 20px;
+ background: #94A0AD url(../../public/static/images/canvas/estiment_arr.svg)no-repeat center;
+ background-size: 11px 7px;
+ border-radius: 2px;
+ &.up{
+ rotate: 180deg;
+ }
+}
+.estimate-check-wrap{
+ .estimate-check-inner{
+ display: block;
+ }
+ &.hide{
+ border-bottom: 1px solid #ECF0F4;
+ margin-bottom: 15px;
+ .estimate-check-inner{
+ display: none;
+ }
+ }
+}
+
.special-note-check-wrap{
display: grid;
grid-template-columns: repeat(5, 1fr);
- border: 1px solid #ECF0F4;
border-radius: 3px;
margin-bottom: 30px;
.special-note-check-item{
padding: 14px 10px;
- border-right: 1px solid #ECF0F4;
- border-top: 1px solid #ECF0F4;
- &:nth-child(5n){
- border-right: none;
- }
- &:nth-child(-n+5){
- border-top: none;
- }
+ border: 1px solid #ECF0F4;
+ margin-top: -1px;
+ margin-right: -1px;
&.act{
background-color: #F7F9FA;
}