超出的log不显示

This commit is contained in:
zogodo
2019-12-10 23:17:00 +08:00
parent 524c47b7c1
commit 52f2ab6212
2 changed files with 4 additions and 3 deletions

View File

@@ -35,6 +35,7 @@
.power_pre{position:absolute;bottom:0;float:left;height:76px;width:0;border-left:1px solid #00ffff38;border-top:1px solid #000;} .power_pre{position:absolute;bottom:0;float:left;height:76px;width:0;border-left:1px solid #00ffff38;border-top:1px solid #000;}
.power_by{text-align:center;} .power_by{text-align:center;}
.power_by a{text-decoration:none;} .power_by a{text-decoration:none;}
.log_div{min-inline-size:auto;overflow:hidden;}
</style> </style>
</head> </head>
<body> <body>
@@ -184,10 +185,10 @@
</table> </table>
</fieldset> </fieldset>
<fieldset class="connect"> <fieldset class="connect log_div">
<legend>System Log</legend> <legend>System Log</legend>
<button class="submit_bt" onclick="GetSysLog()">Refresh</button>
<pre id="sys_log"></pre> <pre id="sys_log"></pre>
<button class="submit_bt" onclick="GetSysLog()">Refresh</button>
</fieldset> </fieldset>
<p class="power_by">power by <a href="https://github.com/zogodo/zTC1" target="_blank">github/zTC1</a></p> <p class="power_by">power by <a href="https://github.com/zogodo/zTC1" target="_blank">github/zTC1</a></p>

File diff suppressed because one or more lines are too long