Commit 753ef968 authored by v-liguo's avatar v-liguo
Browse files

change notes

parent e61595c5
......@@ -131,7 +131,7 @@ class LogDrawer extends React.Component<LogDrawerProps, LogDrawerState> {
render() {
const { isVisble, closeDrawer, activeTab } = this.props;
const { nniManagerLogStr, dispatcherLogStr, isLoadispatcher, isLoading } = this.state;
const heights: number = window.innerHeight - 48; // padding left and right
const heights: number = window.innerHeight - 48; // padding top and bottom
return (
<Row>
<Drawer
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment