luci-app-mosdns: Adjust the log preview window height

This commit is contained in:
sbwml 2023-03-27 10:25:59 +08:00
parent 004cf63e8e
commit e4a640f62f

View File

@ -25,5 +25,5 @@
</script> </script>
<fieldset class="cbi-section" id="_log_fieldset"> <fieldset class="cbi-section" id="_log_fieldset">
<input class="cbi-button cbi-input-remove" type="button" onclick="clear_log()" value="<%:Clear logs%>" style="margin-left: 10px; margin-top: 10px;"> <input class="cbi-button cbi-input-remove" type="button" onclick="clear_log()" value="<%:Clear logs%>" style="margin-left: 10px; margin-top: 10px;">
<textarea id="log_textarea" class="cbi-input-textarea" style="width: calc(100% - 20px); height: 600px; margin: 10px;" data-update="change" rows="5" wrap="off" readonly="readonly"></textarea> <textarea id="log_textarea" class="cbi-input-textarea" style="width: calc(100% - 20px); height: 685px; margin: 10px;" data-update="change" rows="5" wrap="off" readonly="readonly"></textarea>
</fieldset> </fieldset>