From 4eae54212b7e81c159f4bb48c1554491aaa50bbf Mon Sep 17 00:00:00 2001 From: "opacity@t-win.kr" Date: Wed, 9 Jul 2025 11:08:05 +0900 Subject: [PATCH] =?UTF-8?q?[SHOPTIME-4021]webOS4.x/my=20page/support/conta?= =?UTF-8?q?ct=20=EA=B4=80=EB=A0=A8=20css=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.twin.app.shoptime/src/views/MainView/MainView.jsx | 8 +++++++- .../Support/ContactContents/ContactContents.module.less | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/com.twin.app.shoptime/src/views/MainView/MainView.jsx b/com.twin.app.shoptime/src/views/MainView/MainView.jsx index 5675aa30..02d8cbc9 100644 --- a/com.twin.app.shoptime/src/views/MainView/MainView.jsx +++ b/com.twin.app.shoptime/src/views/MainView/MainView.jsx @@ -41,7 +41,13 @@ import { getMyUpcomingAlertShow, setMyTermsWithdraw, } from "../../actions/myPageActions"; -import { popPanel, pushPanel, resetPanels } from "../../actions/panelActions"; +import { + popPanel, + pushPanel, + resetPanels, + updatePanel, +} from "../../actions/panelActions"; +import { updateHomeInfo } from "../../actions/homeActions"; import EndOfServicePopUp from "../../components/EndOfServicePopUp/EndOfServicePopUp"; import Loader from "../../components/Loader/Loader"; import { convertUtcToLocal } from "../../components/MediaPlayer/util"; diff --git a/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/Support/ContactContents/ContactContents.module.less b/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/Support/ContactContents/ContactContents.module.less index 899ec33a..45563417 100644 --- a/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/Support/ContactContents/ContactContents.module.less +++ b/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/Support/ContactContents/ContactContents.module.less @@ -58,7 +58,7 @@ background: @COLOR_WHITE; .font(@fontFamily: @arialFont,@fontSize:28px); color: @COLOR_GRAY06; - display: grid; + display: flex; align-items: center; border-radius: 0 8px 8px 0;