浏览代码

bugifx: fix style error

thanks @tranducit95 @Kim-Wing-Fung
chenshuai2144 6 年之前
父节点
当前提交
3535eb9291
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/layouts/BlankLayout.tsx

+ 1 - 1
src/layouts/BlankLayout.tsx

@@ -3,7 +3,7 @@ import React from 'react';
 const Layout: React.FC = ({ children }) => (
 const Layout: React.FC = ({ children }) => (
   <div
   <div
     style={{
     style={{
-      width: '100vh',
+      width: '100vw',
       height: '100vh',
       height: '100vh',
     }}
     }}
   >
   >