🕐 커밋 시간: 2025. 11. 23. 19:56:27 📊 변경 통계: • 총 파일: 4개 📝 수정된 파일: ~ com.twin.app.shoptime/src/components/TPanel/TPanel.module.less ~ com.twin.app.shoptime/src/views/DetailPanel/components/BuyOption.module.less ~ com.twin.app.shoptime/src/views/HomePanel/HomePanel.jsx ~ com.twin.app.shoptime/src/views/SearchPanel/SearchPanel.new.module.less 🔧 주요 변경 내용: • UI 컴포넌트 아키텍처 개선
22 lines
421 B
Plaintext
22 lines
421 B
Plaintext
@import "../../style/CommonStyle.module.less";
|
|
@import "../../style/utils.module.less";
|
|
|
|
.tpanelmain {
|
|
.size(@w: 100%, @h: 100vh);
|
|
box-sizing: border-box;
|
|
color: black;
|
|
position: absolute; //yhcho
|
|
left: 0;
|
|
top: 0;
|
|
margin: 0;
|
|
font-family: @baseFont;
|
|
color: @COLOR_GRAY03;
|
|
padding: 0 !important;
|
|
word-break: keep-all;
|
|
|
|
&.isTabActivated {
|
|
width: calc(100% - 120px);
|
|
margin-left: 120px;
|
|
}
|
|
}
|