Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
techbook
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
front-end-dev
techbook
Commits
60ff4fd0
Commit
60ff4fd0
authored
Jan 06, 2020
by
zhangyanni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
需求详情logo加边框
parent
0ad476d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
companyInfo.vue
src/components/common/companyInfo.vue
+2
-1
No files found.
src/components/common/companyInfo.vue
View file @
60ff4fd0
...
...
@@ -2,7 +2,7 @@
<div
class=
"wrapper"
v-if=
"!!resultCompanyInfo"
>
<div
class=
"leftWrap"
>
<div
style=
"background: #fff;min-width: 90px;height: 90px;border-radius: 3px;margin-right: 20px;"
>
<img
:src=
"resultCompanyInfo.companyLogoUrl?resultCompanyInfo.companyLogoUrl:require('../../assets/img/bigBusinessLogo@2x.png')"
alt=
""
class=
"logoImg"
>
<img
:src=
"resultCompanyInfo.companyLogoUrl?resultCompanyInfo.companyLogoUrl:require('../../assets/img/bigBusinessLogo@2x.png')"
alt=
""
class=
"logoImg"
>
</div>
<div
class=
"companyInfo"
v-if=
"this.require!=1"
>
<p
class=
"mainTitle"
>
...
...
@@ -164,6 +164,7 @@
width
:
90px
;
height
:
90px
;
border-radius
:
3px
;
border
:
1px
solid
#dcdff1
;
}
.companyInfo
{
text-align
:
left
;
...
...
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