2023-11-28-用户指引功能
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
v-model:visible="renameVisivle"
|
||||
:footer="null"
|
||||
:title="renameData?.name"
|
||||
:keyboard="false"
|
||||
width="56rem"
|
||||
:maskClosable="false"
|
||||
:centered="true"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="home_page .Guide_1_16">
|
||||
<div class="home_page Guide_1_16">
|
||||
<HeaderComponent></HeaderComponent>
|
||||
<div class="page_content">
|
||||
<!-- <img class="page_content_bg" src="@/assets/images/homePage/bg.png" /> -->
|
||||
@@ -14,7 +14,7 @@
|
||||
class="home_null_icon"
|
||||
src="@/assets/images/homePage/null_img.png"
|
||||
/> -->
|
||||
<div id="Guide_1_1" class="new_collection_button" @click="startNewCollection()">
|
||||
<div id="Guide_1_1" class="new_collection_button Guide_1_1" @click="startNewCollection()">
|
||||
{{ $t('HomeView.GetStarted') }}
|
||||
</div>
|
||||
</div>
|
||||
@@ -52,7 +52,7 @@
|
||||
<div class="button_second Guide_1_15" @click="designNewCollection()">
|
||||
{{ $t('HomeView.Design') }}
|
||||
</div>
|
||||
<div class="button_first button_margin_14" v-show="designCollectionId"
|
||||
<div class="button_first button_margin_14 Guide_1_30" v-show="designCollectionId"
|
||||
@click="resDesignCollection()">
|
||||
{{ $t('HomeView.Redesign') }}
|
||||
</div>
|
||||
@@ -69,7 +69,7 @@
|
||||
</div>
|
||||
|
||||
<div class="right_content_body">
|
||||
<div class="right_content_img_block scroll_style Guide_1_17" v-mousewheel :class="{active:designCollectionList.length != 0}">
|
||||
<div class="right_content_img_block scroll_style Guide_1_17" v-mousewheel :class="[designCollectionList.length != 0?'active':'',driver__.driver?'showEvents':'']">
|
||||
<div class="right_content_img_item">
|
||||
<!-- <draggable
|
||||
group="people" > -->
|
||||
|
||||
@@ -315,6 +315,7 @@
|
||||
:footer="null"
|
||||
title="Rename Pic"
|
||||
width="65%"
|
||||
:keyboard="false"
|
||||
:maskClosable="false"
|
||||
:centered="true"
|
||||
@onCancel="closeRenameModal"
|
||||
@@ -350,7 +351,7 @@
|
||||
</a-modal>
|
||||
|
||||
<ModelPlacement ref="ModelPlacement" @submitModelPlacement="getLibraryList"></ModelPlacement>
|
||||
<ModelPlacementMobile ref="ModelPlacementMobile"></ModelPlacementMobile>
|
||||
<ModelPlacementMobile ref="ModelPlacementMobile" @submitModelPlacement="getLibraryList"></ModelPlacementMobile>
|
||||
<setLabel ref="setLabel"></setLabel>
|
||||
<!-- 蒙层 start-->
|
||||
<div class="mark_loading" v-show="isShowMark">
|
||||
@@ -1021,6 +1022,8 @@ export default defineComponent({
|
||||
//给模特打点编辑
|
||||
placementClick(data:any){
|
||||
let placementModal:any = isMoible() ? this.$refs.ModelPlacementMobile : this.$refs.ModelPlacement
|
||||
console.log(isMoible());
|
||||
|
||||
placementModal.showPlacementModal(data)
|
||||
},
|
||||
//generate
|
||||
@@ -1297,10 +1300,10 @@ export default defineComponent({
|
||||
display: flex;
|
||||
padding-top: 2rem;
|
||||
.library_body_left{
|
||||
width: 23.5rem;
|
||||
width: 26.5rem;
|
||||
height: 100%;
|
||||
background: rgba(255,255,255,0.4);
|
||||
margin-right: 8rem;
|
||||
margin-right: 5rem;
|
||||
>div{
|
||||
background: #f7f8fa;
|
||||
border-radius: 2rem;
|
||||
@@ -1318,7 +1321,8 @@ export default defineComponent({
|
||||
justify-content: space-between;
|
||||
padding: 0 1rem 0 2.5rem;
|
||||
border-left: 0.5rem solid transparent;
|
||||
font-size: 1.6rem;
|
||||
// font-size: 1.6rem;
|
||||
font-size: var(--aida-fsize2);
|
||||
color: #030303;
|
||||
cursor: pointer;
|
||||
transition: all .3s;
|
||||
@@ -1365,7 +1369,7 @@ export default defineComponent({
|
||||
.header_operate_item{
|
||||
margin-right: 5rem;
|
||||
color: #C2C2C2;
|
||||
font-size: 1.6rem;
|
||||
font-size: var(--aida-fsize1-8);
|
||||
.ant-upload{
|
||||
// font-size: 1.6rem;
|
||||
// font-weight: 900;
|
||||
|
||||
Reference in New Issue
Block a user