Commit 77ae3236 by zhaochengxiang

去掉line height

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