Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
live-management-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haojie
live-management-web
Commits
763c44ca
Commit
763c44ca
authored
Aug 17, 2023
by
haojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
减去部分不必要的标签
parent
8f1ca7d1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
13 deletions
+7
-13
src/components/cardOne.vue
+6
-8
src/components/cardTwo.vue
+0
-1
src/pages/home/components/myDigtalPeople.vue
+1
-4
No files found.
src/components/cardOne.vue
View file @
763c44ca
...
@@ -6,14 +6,12 @@
...
@@ -6,14 +6,12 @@
<slot
name=
"hover"
></slot>
<slot
name=
"hover"
></slot>
</div>
</div>
</div>
</div>
<div>
<template
v-if=
"edit"
>
<template
v-if=
"edit"
>
<ChangeName
:value=
"value"
@
change=
"nameChange"
></ChangeName>
<ChangeName
:value=
"value"
@
change=
"nameChange"
></ChangeName>
</
template
>
</
template
>
<
template
v-else
>
<
template
v-else
>
{{
name
}}
{{
name
}}
</
template
>
</
template
>
</div>
</div>
</div>
</template>
</template>
...
...
src/components/cardTwo.vue
View file @
763c44ca
...
@@ -10,7 +10,6 @@
...
@@ -10,7 +10,6 @@
>
>
<div
class=
"custom-card-two-image"
>
<div
class=
"custom-card-two-image"
>
<img
alt=
""
:src=
"img"
/>
<img
alt=
""
:src=
"img"
/>
<!--
<img
alt=
""
v-lazy=
"img"
/>
-->
<div
v-show=
"showHover"
:class=
"['hover']"
>
<div
v-show=
"showHover"
:class=
"['hover']"
>
<slot
name=
"hover"
></slot>
<slot
name=
"hover"
></slot>
</div>
</div>
...
...
src/pages/home/components/myDigtalPeople.vue
View file @
763c44ca
...
@@ -41,10 +41,7 @@
...
@@ -41,10 +41,7 @@
</div>
</div>
</
template
>
</
template
>
<
template
v-if=
"item.status == 2"
>
<
template
v-if=
"item.status == 2"
>
<div
class=
"digtal-people-status process"
>
<div
class=
"digtal-people-status process"
><OtherLoading></OtherLoading>
生成中
</div>
<OtherLoading></OtherLoading>
<span>
生成中
</span>
</div>
</
template
>
</
template
>
</template>
</template>
</CardTwo>
</CardTwo>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment