mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修复系统设置中登录日志样式
This commit is contained in:
parent
710746809b
commit
b431e39f8f
|
@ -22,7 +22,6 @@ body {
|
||||||
#root {
|
#root {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
height: calc(100vh - var(--vh-offset, 0px));
|
height: calc(100vh - var(--vh-offset, 0px));
|
||||||
overflow-y: auto;
|
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -27,11 +27,3 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ql-setting-container {
|
|
||||||
.ant-tabs-content-holder {
|
|
||||||
max-height: calc(100vh - 114px);
|
|
||||||
max-height: calc(100vh - var(--vh-offset, 114px));
|
|
||||||
overflow-y: auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -72,6 +72,7 @@ const LoginLog = ({ data }: any) => {
|
||||||
rowKey="id"
|
rowKey="id"
|
||||||
size="middle"
|
size="middle"
|
||||||
scroll={{ x: 768 }}
|
scroll={{ x: 768 }}
|
||||||
|
sticky
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user