Commit 77ae3236 by zhaochengxiang

去掉line height

parent a3c074d3
......@@ -12,7 +12,6 @@ body {
'Ubuntu', 'Cantarell', 'Fira Sans', 'Microsoft YaHei', 'Droid Sans', 'Helvetica Neue',
sans-serif;
font-variant: tabular-nums;
line-height: 1.0;
background-color: #fff;
-webkit-font-feature-settings: 'tnum';
font-feature-settings: 'tnum';
......
......@@ -242,7 +242,7 @@ const FC = (props) => {
}, [data])
const tableMaxHeight = React.useMemo(() => {
return fullScreen ? 'calc(100vh - 209px - 72px)' : 'calc(100vh - 209px - 123px - 15px - 72px)'
return fullScreen ? 'calc(100vh - 209px - 72px)' : 'calc(100vh - 209px - 94px - 15px - 72px)'
}, [fullScreen])
const getElements = () => {
......
......@@ -2,6 +2,8 @@
.asset-directory {
line-height: 1.0;
.more-container {
cursor: pointer;
color: @icon-normal-color;
......
......@@ -242,7 +242,7 @@ const FC = (props) => {
}, [data])
const tableMaxHeight = React.useMemo(() => {
return fullScreen ? 'calc(100vh - 209px - 72px)' : 'calc(100vh - 209px - 123px - 15px - 72px)'
return fullScreen ? 'calc(100vh - 209px - 72px)' : 'calc(100vh - 209px - 94px - 15px - 72px)'
}, [fullScreen])
const getElements = () => {
......
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