Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
small-program-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
967a6482
authored
Jul 25, 2019
by
duanguohui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
保洁维修
parent
358e7ced
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
0 deletions
+27
-0
src/views/bjManage/bjDetail.vue
+17
-0
src/views/wxManage/wxDetail.vue
+10
-0
No files found.
src/views/bjManage/bjDetail.vue
View file @
967a6482
...
...
@@ -7,6 +7,9 @@
<el-row>
<el-col
:span=
"3"
><span>
姓名:
</span></el-col>
<el-col
:span=
"12"
><div
class=
"col_rt"
>
{{
cookData
.
name
}}
</div></el-col>
<el-col
:span=
"5"
>
<img
class=
"detail_img"
:src=
"cookData.url"
alt=
""
>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"3"
><span>
年龄:
</span></el-col>
...
...
@@ -109,4 +112,18 @@ export default {
}
}
}
.detail_head
{
.detail_img{
width
:
110px
;
height
:
110px
;
}
}
.detail_img
{
position
:
absolute
;
top
:
0px
;
right
:
100px
;
width
:
110px
;
//
height
:
110px
;
}
</
style
>
src/views/wxManage/wxDetail.vue
View file @
967a6482
...
...
@@ -7,6 +7,9 @@
<el-row>
<el-col
:span=
"3"
><span>
姓名:
</span></el-col>
<el-col
:span=
"12"
><div
class=
"col_rt"
>
{{
cookData
.
name
}}
</div></el-col>
<el-col
:span=
"5"
>
<img
class=
"detail_img"
:src=
"cookData.url"
alt=
""
>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"3"
><span>
类型:
</span></el-col>
...
...
@@ -98,4 +101,11 @@ export default {
}
}
}
.detail_img
{
position
:
absolute
;
top
:
0px
;
right
:
100px
;
width
:
110px
;
//
height
:
110px
;
}
</
style
>
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