@@ -4,7 +4,7 @@
<el-header
style="height: 250px; background-color: rgba(255,0,0,50%); display: flex; flex-direction: column; justify-content: center; align-items: center;">
<div class="demo-image" style="text-align: center;"> <!-- 注意这里添加了 text-align: center; 但对于块级元素这不是必需的 -->
- <img src="../assets/pji-logo.jpg" alt="" style="max-width: 100%; height: auto;">
+ <img src="../assets/pji-logo.jpg" alt="" style="width:506.5px;height: 146px ">
<!-- 推荐使用 max-width 保持图片比例 -->
</div>
</el-header>