mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 16:46:43 +08:00
【银保app】新增内存较小的图片 首页应用的图片更换成小图片
This commit is contained in:
BIN
src/assets/YB_APP/images/2-1.png
Normal file
BIN
src/assets/YB_APP/images/2-1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
BIN
src/assets/YB_APP/images/43-1.png
Normal file
BIN
src/assets/YB_APP/images/43-1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
BIN
src/assets/YB_APP/images/7-1.png
Normal file
BIN
src/assets/YB_APP/images/7-1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
@@ -101,7 +101,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="activePersonalType == '1' && ebizPremRankGMList.length == 0">
|
<div v-if="activePersonalType == '1' && ebizPremRankGMList.length == 0">
|
||||||
<img style="width:100%;" src="@/assets/YB_APP/images/7.png">
|
<img style="width:100%;" src="@/assets/YB_APP/images/7-1.png">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="activePersonalType == '2' && ebizPremRankQJList.length != 0">
|
<div v-if="activePersonalType == '2' && ebizPremRankQJList.length != 0">
|
||||||
@@ -200,7 +200,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div v-if="tableData.length == 0" class="noneDataDiv">
|
<div v-if="tableData.length == 0" class="noneDataDiv">
|
||||||
<img style="width:60%" src="@/assets/YB_APP/images/43.png">
|
<img style="width:60%" src="@/assets/YB_APP/images/43-1.png">
|
||||||
<span class="noneDataDiv_span">暂无数据</span>
|
<span class="noneDataDiv_span">暂无数据</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -496,7 +496,7 @@ export default {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
background-image: url("../../assets/YB_APP/images/2.png");
|
background-image: url("../../assets/YB_APP/images/2-1.png");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -775,7 +775,7 @@
|
|||||||
font-size:14px;color:#333;margin-left:10px;font-weight:bold;
|
font-size:14px;color:#333;margin-left:10px;font-weight:bold;
|
||||||
}
|
}
|
||||||
.channelORnetween_list_maincon_title_mark{
|
.channelORnetween_list_maincon_title_mark{
|
||||||
margin-right:10px;
|
margin-right:10px;width:230px;
|
||||||
}
|
}
|
||||||
.channelORnetween_list_maincon_title_mark_span{
|
.channelORnetween_list_maincon_title_mark_span{
|
||||||
color:#999;font-size:12px;margin-right:5px;
|
color:#999;font-size:12px;margin-right:5px;
|
||||||
|
|||||||
@@ -33,7 +33,8 @@ module.exports = {
|
|||||||
// return options
|
// return options
|
||||||
// })
|
// })
|
||||||
},
|
},
|
||||||
devServer:{
|
devServer: {
|
||||||
port:8082,
|
// host:'localhost',
|
||||||
|
port: 8082
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user