【银保app】新增内存较小的图片 首页应用的图片更换成小图片

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2022-11-29 11:08:17 +08:00
parent 1af1103235
commit 1867006cf3
6 changed files with 7 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@@ -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;
} }

View File

@@ -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;

View File

@@ -33,7 +33,8 @@ module.exports = {
// return options // return options
// }) // })
}, },
devServer:{ devServer: {
port:8082, // host:'localhost',
port: 8082
} }
} }