🕐 커밋 시간: 2025. 11. 12. 10:53:05 📊 변경 통계: • 총 파일: 6개 • 추가: +42줄 • 삭제: -2줄 📁 추가된 파일: + com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/TabContents/ThemeContents.figma.jsx + com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/TabContents/ThemeContents.jsx + com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/TabContents/ThemeContents.module.less 📝 수정된 파일: ~ com.twin.app.shoptime/src/style/CommonStyle.module.less ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/TabContents/ShopNowContents.jsx ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/TabContents/ShopNowContents.v2.module.less 🔧 주요 변경 내용: • 소규모 기능 개선 • 모듈 구조 개선
23 lines
399 B
Plaintext
23 lines
399 B
Plaintext
@import "../../../../style/CommonStyle.module.less";
|
|
@import "../../../../style/utils.module.less";
|
|
|
|
.container {
|
|
width: 100%;
|
|
height: 180px;
|
|
|
|
> div:nth-child(1) {
|
|
.size(@w: 100%, @h: 100%);
|
|
}
|
|
}
|
|
|
|
.themeList {
|
|
width: 100%;
|
|
.flex(@display: flex, @justifyCenter: flex-start, @alignCenter: flex-start);
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
|
|
> * + * {
|
|
margin-left: 18px;
|
|
}
|
|
}
|