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