Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bms-vue-obear
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
daywrite
bms-vue-obear
Commits
3b1b6c5e
Commit
3b1b6c5e
authored
Mar 26, 2019
by
huai.li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复样式
parent
72be0c2f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
scheduleItem.vue
src/components/common/scheduleItem.vue
+6
-4
No files found.
src/components/common/scheduleItem.vue
View file @
3b1b6c5e
...
@@ -8,8 +8,10 @@
...
@@ -8,8 +8,10 @@
<i
class=
"fa fa-star"
aria-hidden=
"true"
></i>
客户名称(
{{
isNullClient
?
'未设置'
:
item
.
client
.
name
}}
)
<i
class=
"fa fa-star"
aria-hidden=
"true"
></i>
客户名称(
{{
isNullClient
?
'未设置'
:
item
.
client
.
name
}}
)
</router-link>
</router-link>
</el-col>
</el-col>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
style=
"padding-left: 3px;"
>
<span><img
class=
"user-avatar rounded-circle"
:src=
"item.createdBy.avatar.name"
>
{{
item
.
createdBy
.
name
}}
</span>
<span>
<img
class=
"user-avatar rounded-circle"
:src=
"item.createdBy.avatar.name"
>
{{
item
.
createdBy
.
name
}}
</span>
</el-col>
</el-col>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
<span><i
class=
"fa fa-sitemap"
aria-hidden=
"true"
></i>
{{
item
.
department
.
name
}}
</span>
<span><i
class=
"fa fa-sitemap"
aria-hidden=
"true"
></i>
{{
item
.
department
.
name
}}
</span>
...
@@ -155,7 +157,7 @@ export default {
...
@@ -155,7 +157,7 @@ export default {
}
}
img
{
img
{
display
:inline-block
;
display
:inline-block
;
margin-right
:
5
px
;
margin-right
:
3
px
;
}
}
@include
e
(
'private'
)
{
@include
e
(
'private'
)
{
display
:
inline-block
;
display
:
inline-block
;
...
...
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