fix
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Habit></Habit>
|
||||
<!-- <Habit></Habit> -->
|
||||
</div>
|
||||
|
||||
<payOrder ref="payOrder"></payOrder>
|
||||
@@ -149,7 +149,7 @@ import { setCookie, getCookie, WriteCookie,clonAllCookie } from "@/tool/cookie";
|
||||
import payOrder from "@/component/Pay/payOrder.vue";
|
||||
import VerificationCodeInput from "@/component/LoginPage/verificationCodeInput.vue";
|
||||
import renew from "@/component/HomePage/renew.vue";
|
||||
import Habit from "@/component/Detail/habit.vue";
|
||||
// import Habit from "@/component/Detail/habit.vue";
|
||||
import TaskPage from "@/component/HomePage/TaskPage.vue";
|
||||
import UpgradePlan from "@/component/HomePage/UpgradePlan.vue";
|
||||
import { Https } from "@/tool/https";
|
||||
@@ -172,7 +172,7 @@ export default defineComponent({
|
||||
components: {
|
||||
VerificationCodeInput,
|
||||
renew,
|
||||
Habit,
|
||||
// Habit,
|
||||
RobotAssist,
|
||||
scaleVideo,
|
||||
newPosted,
|
||||
@@ -623,6 +623,7 @@ export default defineComponent({
|
||||
align-items: center;
|
||||
z-index: 9;
|
||||
background-color: #fff;
|
||||
padding-right: 1rem;
|
||||
.homeMain_right{
|
||||
// width: 33%;
|
||||
width: auto;
|
||||
|
||||
Reference in New Issue
Block a user