🔄 SUPPORT 카테고리를 U-BOLT로 통합
Some checks failed
SonarQube Analysis / SonarQube Scan (push) Has been cancelled
Some checks failed
SonarQube Analysis / SonarQube Scan (push) Has been cancelled
- DB: SUPPORT 카테고리 76개 자재를 U_BOLT로 변경 (총 211개) - 프론트엔드: SUPPORT 표시명을 'U-BOLT'로 변경 - SUPPORT 전용 헤더 및 본문 렌더링 제거 - U_BOLT 렌더링 개선: - U-BOLT: 기본 표시 - URETHANE: 우레탄 블록 슈 - CLAMP: 클램프 (신규 추가) - CLAMP 배지 스타일 추가 (청록색)
This commit is contained in:
@@ -350,7 +350,7 @@
|
||||
|
||||
/* PIPE 전용 행 - 9개 컬럼 */
|
||||
.detailed-material-row.pipe-row {
|
||||
grid-template-columns: 2% 8% 14% 8% 10% 20% 12% 15% 10% !important;
|
||||
grid-template-columns: 1.5% 8.5% 14% 8% 10% 20% 12% 15% 10% !important;
|
||||
}
|
||||
|
||||
.detailed-material-row.pipe-row .material-cell {
|
||||
@@ -479,6 +479,14 @@
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/* CLAMP 타입 배지 */
|
||||
.type-badge.clamp {
|
||||
background: #0d9488;
|
||||
color: white;
|
||||
border: 2px solid #0f766e;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/* SUPPORT 전용 헤더 - 9개 컬럼 */
|
||||
.detailed-grid-header.support-header {
|
||||
grid-template-columns: 2% 8% 16% 8% 10% 18% 12% 15% 10%;
|
||||
@@ -542,7 +550,7 @@
|
||||
|
||||
/* 플랜지 전용 행 - 10개 컬럼 */
|
||||
.detailed-material-row.flange-row {
|
||||
grid-template-columns: 2% 8% 12% 8% 10% 10% 18% 10% 15% 6%;
|
||||
grid-template-columns: 1.5% 8.5% 12% 8% 10% 10% 18% 10% 15% 6%;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user