File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11.panel-group-container {
22 .panel-group {
3- margin-top : 18px ;
43 .card-panel-col {
5- margin-bottom : 32 px ;
4+ margin-bottom : 20 px ;
65 }
76 .card-panel {
87 height : 108px ;
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class Home extends Component {
3737 } ;
3838 render ( ) {
3939 return (
40- < div className = "dashboard -container" >
40+ < div className = "app -container" >
4141 < a
4242 href = "https://github.com/NLRX-WJC/react-antd-admin-template"
4343 target = "_blank"
Original file line number Diff line number Diff line change 1- .dashboard -container {
1+ .app -container {
22 background-color : rgb (240 , 242 , 245 );
33 position : relative ;
44 .github-corner {
55 position : absolute ;
6- top : -20 px ;
7- right : -20 px ;
6+ top : 0 px ;
7+ right : 0 px ;
88 background-image : url(' ~@/assets/images/githubCorner.png' ) ;
99 background-size : 100% 100% ;
1010 width : 120px ;
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const LayoutContent = (props) => {
3333 } ;
3434 return (
3535 < DocumentTitle title = { getPageTitle ( menuList , pathname ) } >
36- < Content style = { { margin : "0px 16px" } } >
36+ < Content style = { { "height" : "calc(100% - 100px)" } } >
3737 < Switch >
3838 < Redirect exact from = "/" to = "/dashboard" />
3939 { routeList . map ( ( route ) => {
You can’t perform that action at this time.
0 commit comments