fix width

This commit is contained in:
温州程序员劝退师 2023-09-05 23:08:18 +08:00
parent b711ffdd8a
commit b11931f808

View File

@ -36,7 +36,7 @@
<div id="show" style="display: grid;">
<div id="humanRequest" style="position: relative; overflow: auto;">
<p id="Requesttext" style=" color:aliceblue; display: block;font-weight: 900; max-height: 18px;">Task: </p>
<p id="Requesttext" style=" color:aliceblue; display: block;font-weight: 900; max-height: 18px; max-width: 800px;">Task: </p>
</div>
<div id="dialogBody" style="top:20px;display: flex;flex-direction: column;">
</div>