邮件样式修改
This commit is contained in:
@@ -502,7 +502,7 @@ namespace IRaCIS.Core.Application.Contracts
|
|||||||
<div>
|
<div>
|
||||||
|
|
||||||
<a href='{ trialSiteSubmitBackCommand.RouteUrl}' style='margin-left:60px;font-size:14px;padding: 10px;text-decoration: none;display:{(survey.State == TrialSiteSurveyEnum.ToSubmit ? "inline - block" : "none")} ;height: 40px;width: 140px;background: #00D1B2;color:#fff;border-radius: 5px;line-height: 40px;text-align: center;margin-bottom: 100px;'>
|
<a href='{ trialSiteSubmitBackCommand.RouteUrl}' style='margin-left:60px;font-size:14px;padding: 10px;text-decoration: none;display:{(survey.State == TrialSiteSurveyEnum.ToSubmit ? "inline - block" : "none")} ;height: 40px;width: 140px;background: #00D1B2;color:#fff;border-radius: 5px;line-height: 40px;text-align: center;margin-bottom: 100px;'>
|
||||||
查看并确认
|
登陆并查看
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -342,7 +342,7 @@ namespace IRaCIS.Core.Application.Service
|
|||||||
{
|
{
|
||||||
builder.HtmlBody = @$"<body style='font-family: 微软雅黑;padding: 0;margin: 0;'>
|
builder.HtmlBody = @$"<body style='font-family: 微软雅黑;padding: 0;margin: 0;'>
|
||||||
<div style='padding-left: 40px;background: #f6f6f6'>
|
<div style='padding-left: 40px;background: #f6f6f6'>
|
||||||
<div style='padding-top: 20px;'>
|
<div style='padding-top: 20px;padding-bottom:40px'>
|
||||||
<div style='line-height: 40px;font-size: 18px'>
|
<div style='line-height: 40px;font-size: 18px'>
|
||||||
{sysUserInfo.LastName + "/" + sysUserInfo.FirstName}:
|
{sysUserInfo.LastName + "/" + sysUserInfo.FirstName}:
|
||||||
</div>
|
</div>
|
||||||
@@ -382,7 +382,7 @@ namespace IRaCIS.Core.Application.Service
|
|||||||
{
|
{
|
||||||
builder.HtmlBody = @$"<body style='font-family: 微软雅黑;padding: 0;margin: 0;'>
|
builder.HtmlBody = @$"<body style='font-family: 微软雅黑;padding: 0;margin: 0;'>
|
||||||
<div style='padding-left: 40px;background: #f6f6f6'>
|
<div style='padding-left: 40px;background: #f6f6f6'>
|
||||||
<div style='padding-top: 20px;'>
|
<div style='padding-top: 20px;padding-bottom:40px'>
|
||||||
<div style='line-height: 40px;font-size: 18px'>
|
<div style='line-height: 40px;font-size: 18px'>
|
||||||
{sysUserInfo.LastName + "/" + sysUserInfo.FirstName}:
|
{sysUserInfo.LastName + "/" + sysUserInfo.FirstName}:
|
||||||
</div>
|
</div>
|
||||||
@@ -505,7 +505,7 @@ namespace IRaCIS.Core.Application.Service
|
|||||||
{
|
{
|
||||||
builder.HtmlBody = @$"<body style='font-family: 微软雅黑;padding: 0;margin: 0;'>
|
builder.HtmlBody = @$"<body style='font-family: 微软雅黑;padding: 0;margin: 0;'>
|
||||||
<div style='padding-left: 40px;background: #f6f6f6'>
|
<div style='padding-left: 40px;background: #f6f6f6'>
|
||||||
<div style='padding-top: 20px;'>
|
<div style='padding-top: 20px;padding-bottom:40px'>
|
||||||
<div style='line-height: 40px;font-size: 18px'>
|
<div style='line-height: 40px;font-size: 18px'>
|
||||||
{sysUserInfo.LastName + "/" + sysUserInfo.FirstName}:
|
{sysUserInfo.LastName + "/" + sysUserInfo.FirstName}:
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user