优化邮件 logo 显示问题

This commit is contained in:
pushuo 2023-01-09 09:54:15 +08:00
parent 581afaf330
commit 17e2af1e2a
1 changed files with 4 additions and 4 deletions

View File

@ -6,13 +6,13 @@
<tr style="font-weight:300">
<td style="width:3%;max-width:30px;"></td>
<td style="max-width:600px;">
<div style="width:92px; height:25px;">
<a href="{{ shop_route('home.index') }}">
<img border="0" src="{{ image_origin(system_setting('base.logo')) }}" style="max-width:100%; height: auto;">
<div style="height: 35px;display: block;max-width: 200px;">
<a href="{{ shop_route('home.index') }}" style="display: block;height: 35px;display: block;max-width: 200px;">
<img border="0" src="{{ image_origin(system_setting('base.logo')) }}" style="max-width:100%; max-height: 100%;display">
</a>
</div>
<p style="height:2px;background-color: #fd560f;border: 0;font-size:0;padding:0;width:100%;margin-top:20px;"></p>
<p style="height:2px;background-color: #fd560f;border: 0;font-size:0;padding:0;width:100%;margin-top:10px;"></p>
<div style="background-color:#fff; padding:23px 0 20px;box-shadow: 0px 1px 1px 0px rgba(122, 55, 55, 0.2);text-align:left;">
<table style="width:100%;font-weight:300;margin-bottom:10px;border-collapse:collapse;text-align:left;">
@yield('content')