Merge remote-tracking branch 'origin/qcast-pub' into dev

This commit is contained in:
김민식 2025-01-14 10:25:46 +09:00
commit 26c58d46b8
3 changed files with 37 additions and 7 deletions

View File

@ -44,7 +44,8 @@
} }
.ag-cell{ .ag-cell{
display: flex; display: flex;
align-items: center; justify-content: center;
flex-direction: column;
font-size: 13px; font-size: 13px;
color: #45576F; color: #45576F;
line-height: 1.4 !important; line-height: 1.4 !important;

View File

@ -1993,6 +1993,31 @@ $alert-color: #101010;
&.none-flex{ &.none-flex{
flex: none; flex: none;
width: 230px; width: 230px;
.outline-form{
.grid-select{
flex: none;
width: 95.77px;
}
.thin{
margin-left: auto;
}
}
}
}
.roof-module-tab2-overflow{
max-height: 500px;
overflow-y: auto;
padding-bottom: 15px;
border-bottom: 1px solid #4D4D4D;
&::-webkit-scrollbar {
width: 4px;
background-color: transparent;
}
&::-webkit-scrollbar-thumb {
background-color: #D9D9D9;
}
&::-webkit-scrollbar-track {
background-color: transparent;
} }
} }
.module-table-flex-wrap{ .module-table-flex-wrap{
@ -2019,8 +2044,9 @@ $alert-color: #101010;
&.non-flex{ &.non-flex{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: flex-end; justify-content: flex-start;
flex: none; flex: none;
padding-top: 27.5px;
width: 260px; width: 260px;
} }
} }
@ -2054,11 +2080,14 @@ $alert-color: #101010;
justify-content: flex-end; justify-content: flex-end;
} }
} }
.module-bottom{
padding-bottom: 15px;
border-bottom: 1px solid #4D4D4D;
}
.reset-word-wrap{
display: flex;
align-items: center;
.grid-btn-wrap{
margin-left: auto;
}
}
.reset-word{ .reset-word{
font-size: 12px; font-size: 12px;
color: #FFCACA; color: #FFCACA;

View File

@ -357,7 +357,7 @@ button{
clip-path:inset(0 0 100% 0); clip-path:inset(0 0 100% 0);
width: calc(100% + 2px); width: calc(100% + 2px);
padding: 8px 0; padding: 8px 0;
max-height: 100px; max-height: 116px;
overflow-y: auto; overflow-y: auto;
background-color: #373737; background-color: #373737;
border: 1px solid #3F3F3F; border: 1px solid #3F3F3F;