Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
longhui_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
杨硕
longhui_web
Commits
0257f324
Commit
0257f324
authored
Jun 27, 2023
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pc端修改
parent
82ee147b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
businessadd.vue
src/views/business/businessadd.vue
+9
-2
No files found.
src/views/business/businessadd.vue
View file @
0257f324
...
...
@@ -52,7 +52,9 @@
:limit=
"1"
list-type=
"picture"
>
<img
v-if=
"imgUrl"
:src=
"imgUrl"
class=
"avatar"
>
<div
class=
"upload-style"
v-if=
"imgUrl"
>
<img
:src=
"imgUrl"
class=
"avatar"
>
</div>
<!--
<el-button
size=
"small"
type=
"primary"
>
点击上传
</el-button>
-->
<div
v-if=
"!imgUrl"
class=
"upload-trademark"
>
<i
class=
"el-icon-plus"
style=
"width: 20px;height: 20px;margin-top: 10px;"
/>
...
...
@@ -72,7 +74,9 @@
list-type=
"picture"
:limit=
"1"
>
<img
v-if=
"imgageUrl"
:src=
"imgageUrl"
class=
"avatar"
>
<div
class=
"updataStyle"
>
<img
v-if=
"imgageUrl"
:src=
"imgageUrl"
class=
"avatar"
>
</div>
<!--
<el-button
size=
"small"
type=
"primary"
>
点击上传
</el-button>
-->
<div
v-if=
"!imgageUrl"
class=
"upload-trademark"
>
<i
class=
"el-icon-plus"
style=
"width: 20px;height: 20px;margin-top: 10px;"
/>
...
...
@@ -307,6 +311,9 @@ export default {
height
:
100px
;
}
.businessadd
{
.upload-img
{
position
:
relative
;
}
padding
:
20px
;
//display: flex;
//justify-content: center;
...
...
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