normalize unmatched preview values
This commit is contained in:
@@ -440,8 +440,9 @@ def _page_shell(body: str, subtitle: str = "\u4e0a\u4f20\u201c\u5f85\u5904\u7406
|
||||
.table-wrap {{
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
max-height: 620px;
|
||||
overflow: auto;
|
||||
max-height: 380px;
|
||||
overflow-x: auto;
|
||||
overflow-y: scroll;
|
||||
background: #fff;
|
||||
}}
|
||||
table {{
|
||||
|
||||
Reference in New Issue
Block a user