Commit 8e6ca27a authored by tianfen's avatar tianfen

pref: 修改版本弹框bug

parent 6e44af0b
......@@ -14,10 +14,7 @@ const ColConen = () => {
<p className={styles.desclog}>熊猫运维平台</p>
</div>
<div className={styles.logbox}>
<Tabs
tabPosition={tabPosition}
style={{ height: 'calc(100vh - 500px)' }}
>
<Tabs tabPosition={tabPosition} style={{ height: 'calc(50vh)' }}>
{arr.map((item, index) => (
<TabPane tab={item.label} key={item.key}>
{item.content}
......
......@@ -17,6 +17,7 @@ const Colophon = props => {
<div onClick={e => e.stopPropagation()}>
<Modal
width={1200}
// height={600}
visible={visible}
footer={[
<Button
......
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