优化SQL查询语句的HTML输出样式,调整字体大小并添加边框
This commit is contained in:
@@ -325,7 +325,7 @@ public class SmartHandleService(
|
|||||||
JsonSerializer.Serialize(new
|
JsonSerializer.Serialize(new
|
||||||
{
|
{
|
||||||
content = $"""
|
content = $"""
|
||||||
<pre style="max-height: 80px; font-size: 12px; overflow-y: auto; padding: 8px; border: none;">
|
<pre style="max-height: 80px; font-size: 8px; overflow-y: auto; padding: 8px; border: 1px solid #3c3c3c">
|
||||||
{System.Net.WebUtility.HtmlEncode(sqlText)}
|
{System.Net.WebUtility.HtmlEncode(sqlText)}
|
||||||
</pre>
|
</pre>
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user