Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
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
刘怀志
pet-business-web
Commits
7f487b00
Commit
7f487b00
authored
Aug 26, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
65281 挂号管理-挂号信息卡片 挂号按钮应该修改颜色,参考UI图
parent
c87bd96c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
index.vue
src/components/ImageUpload/index.vue
+5
-5
No files found.
src/components/ImageUpload/index.vue
View file @
7f487b00
...
...
@@ -30,7 +30,7 @@
|| $refs.imageUpload
&&
$refs.imageUpload.uploadFiles.length >= limit
|| number >= limit}"
>
<i
slot=
"default"
class=
"el-icon-plus"
/>
<i
slot=
"default"
class=
"el-icon-plus"
/>
<div
slot=
"file"
slot-scope=
"
{file}" class="customer-upload-area">
<el-image
v-show=
"fileList.length > 0"
...
...
@@ -49,26 +49,26 @@
class=
"inner_style"
:src=
"baseURL+'/tmt-pic/business/888cc34012a64d40a0cec2974c9b7943-jiazaishibai.png'"
alt=
"加载失败"
/
>
>
<div>
加载失败
</div>
</div>
</div>
</el-image>
<label
class=
"el-upload-list__item-status-label"
>
<i
class=
"el-icon-upload-success el-icon-check"
/>
<i
class=
"el-icon-upload-success el-icon-check"
/>
</label>
<span
class=
"el-upload-list__item-actions"
>
<span
class=
"el-upload-list__item-preview"
@
click=
"handlePictureCardPreview(file)"
>
<i
class=
"el-icon-zoom-in"
/>
<i
class=
"el-icon-zoom-in"
/>
</span>
<span
class=
"el-upload-list__item-delete"
@
click=
"handleDelete(file)"
>
<i
class=
"el-icon-delete"
/>
<i
class=
"el-icon-delete"
/>
</span>
</span>
</div>
...
...
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