Commit e3457066 authored by 周远喜's avatar 周远喜

Merge branch 'product' of http://git.mes123.com/zhouyx/mes-ui into product

parents 50f79195 be075397
...@@ -45,7 +45,8 @@ ...@@ -45,7 +45,8 @@
</Col> </Col>
<Col span="3" class="dcm-right"> <Col span="3" class="dcm-right">
<div class="img-touxiang"> <div class="img-touxiang">
<img :src="downUrl + avatorPath" v-if="avatorPath" /> <Pictrue :src="avatorPath" v-if="avatorPath" />
<!-- <img :src="downUrl + avatorPath" v-if="avatorPath" /> -->
<img <img
src="@/assets/images/files_header.png" src="@/assets/images/files_header.png"
v-else v-else
......
...@@ -275,7 +275,7 @@ export default { ...@@ -275,7 +275,7 @@ export default {
background: #fff; background: #fff;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
border-radius: 8px; border-radius: 8px;
height: 80vh; min-height: 80vh;
h4 { h4 {
height: 50px; height: 50px;
line-height: 50px; line-height: 50px;
......
...@@ -340,7 +340,7 @@ export default { ...@@ -340,7 +340,7 @@ export default {
background: #fff; background: #fff;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
border-radius: 8px; border-radius: 8px;
min-height: 310px;
h4 { h4 {
height: 50px; height: 50px;
line-height: 50px; line-height: 50px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment