Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jiaxiu-miniapp
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蔡亮华(贵阳日报)
jiaxiu-miniapp
Commits
3b72ad0a
Commit
3b72ad0a
authored
Jul 12, 2024
by
彭佳妮(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图标修改
parent
b05c68ae
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
login.vue
src/pages/account/login.vue
+1
-1
PictureList.vue
src/pages/mine/components/PictureList.vue
+1
-1
index.vue
src/pages/publish/components/AtlasUpload/index.vue
+1
-1
No files found.
src/pages/account/login.vue
View file @
3b72ad0a
...
...
@@ -2,7 +2,7 @@
<!--
<van-nav-bar
title=
"登录"
:left-arrow=
"true"
fixed
placeholder
safe-area-inset-top
@
click-left=
"router.go(-1)"
/>
-->
<div
class=
"warp clearfloat"
>
<div
class=
"login-top clearfloat box-s"
>
<div
class=
"ge-back"
><img
src=
"@/
assets
/image/login.png"
></div>
<div
class=
"ge-back"
><img
src=
"@/
static
/image/login.png"
></div>
<div
class=
"logo-imgs"
>
<img
src=
""
>
</div>
...
...
src/pages/mine/components/PictureList.vue
View file @
3b72ad0a
...
...
@@ -18,7 +18,7 @@
<van-button
type=
"primary"
size=
"mini"
block
@
click=
"handlePublishPicture(item)"
v-if=
"active == 0"
>
立即发布
</van-button>
<div
class=
"user"
v-else
>
<img
src=
"@/
assets
/image/avatar.png"
>
<img
src=
"@/
static
/image/avatar.png"
>
<span>
{{
item
.
author
}}
</span>
</div>
</div>
...
...
src/pages/publish/components/AtlasUpload/index.vue
View file @
3b72ad0a
...
...
@@ -12,7 +12,7 @@
<div
class=
"logo"
>
<img
:src=
"item.src"
>
<div
class=
"close"
>
<img
src=
"@/
assets
/image/close.png"
@
click=
"handleDelete(index)"
>
<img
src=
"@/
static
/image/close.png"
@
click=
"handleDelete(index)"
>
</div>
</div>
<div
class=
"info"
>
...
...
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