mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Fix: Log area exceed its size limit
This commit is contained in:
@@ -17,7 +17,7 @@ class ScrollableCode:
|
|||||||
self.id = ''.join(random.choice(string.ascii_letters)
|
self.id = ''.join(random.choice(string.ascii_letters)
|
||||||
for _ in range(10))
|
for _ in range(10))
|
||||||
self.html = '<pre id="%s"><code style="white-space:break-spaces;"></code></pre>' % self.id
|
self.html = '<pre id="%s"><code style="white-space:break-spaces;"></code></pre>' % self.id
|
||||||
self.output = output(put_html(self.html))
|
self.output = put_html(self.html)
|
||||||
|
|
||||||
def append(self, text):
|
def append(self, text):
|
||||||
if text:
|
if text:
|
||||||
|
|||||||
Reference in New Issue
Block a user