[251026] fix: PlayerPanel,TabContainverV2 chrome 68 호환성 수정
🕐 커밋 시간: 2025. 10. 26. 11:17:26 📊 변경 통계: • 총 파일: 2개 • 추가: +4줄 • 삭제: -1줄 📝 수정된 파일: ~ com.twin.app.shoptime/src/components/TabLayout/TabLayout.jsx ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerTabContents/v2/TabContainer.v2.module.less 🔧 주요 변경 내용: • UI 컴포넌트 아키텍처 개선
This commit is contained in:
@@ -23,7 +23,7 @@ import shoptimeFullIcon from "../../../assets/images/icons/ic-lnb-logo-shoptime@
|
||||
import { gnbOpened } from "../../actions/commonActions";
|
||||
import { checkEnterThroughGNB, resetHomeInfo } from "../../actions/homeActions";
|
||||
import { resetPanels } from "../../actions/panelActions";
|
||||
import { resetSearch,resetVoiceSearch } from "../../actions/searchActions";
|
||||
import { clearShopperHouseData, resetSearch,resetVoiceSearch } from "../../actions/searchActions";
|
||||
import usePrevious from "../../hooks/usePrevious";
|
||||
import useScrollTo from "../../hooks/useScrollTo";
|
||||
import { panel_names } from "../../utils/Config";
|
||||
@@ -518,6 +518,7 @@ export default function TabLayout({ topPanelName, onTabActivated, panelInfo }) {
|
||||
spotToPanel();
|
||||
dispatch(resetSearch());
|
||||
dispatch(resetVoiceSearch());
|
||||
dispatch(clearShopperHouseData());
|
||||
dispatch(resetPanels(target));
|
||||
dispatch(checkEnterThroughGNB(true));
|
||||
dispatch(resetHomeInfo());
|
||||
|
||||
@@ -126,6 +126,7 @@
|
||||
border-radius: 100px;
|
||||
border: 1px solid rgba(234, 234, 234, 0.5);
|
||||
overflow: hidden;
|
||||
.position(@position: relative);
|
||||
.flex(@display: flex, @justifyCenter: space-between, @alignCenter: center);
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
backdrop-filter: blur(5px);
|
||||
@@ -206,6 +207,7 @@
|
||||
border-radius: 100px;
|
||||
border: 1px solid rgba(234, 234, 234, 0.5);
|
||||
overflow: hidden;
|
||||
.position(@position: relative);
|
||||
.flex(@display: flex, @justifyCenter: space-between, @alignCenter: center);
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
backdrop-filter: blur(5px);
|
||||
|
||||
Reference in New Issue
Block a user