Commit 92898b29 authored by afc163's avatar afc163

Tweak styles

parent 62792cc1
...@@ -188,8 +188,8 @@ class BasicLayout extends React.PureComponent { ...@@ -188,8 +188,8 @@ class BasicLayout extends React.PureComponent {
collapsedWidth={80} collapsedWidth={80}
breakpoint="md" breakpoint="md"
onCollapse={this.onCollapse} onCollapse={this.onCollapse}
style={{ minHeight: '100vh' }}
width={256} width={256}
className={styles.sider}
> >
<div className={styles.logo}> <div className={styles.logo}>
<Link to="/"> <Link to="/">
......
...@@ -100,3 +100,10 @@ ...@@ -100,3 +100,10 @@
overflow-x: hidden; overflow-x: hidden;
} }
} }
.sider {
min-height: 100vh;
box-shadow: 2px 0 6px rgba(0, 21, 41, .35);
position: relative;
z-index: 1;
}
...@@ -55,5 +55,5 @@ ...@@ -55,5 +55,5 @@
.money { .money {
font-weight: 500; font-weight: 500;
font-size: 20px; font-size: 20px;
line-height: 22px; line-height: 14px;
} }
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