Explorar el Código

ie8右浮动不生效

Luolei hace 6 años
padre
commit
6c4e29739d
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/components/PreviewBody/index.jsx

+ 3 - 1
src/components/PreviewBody/index.jsx

@@ -289,7 +289,9 @@ class PreviewBody extends Component {
                 background: '#3B9ED0',
                 color: '#fff',
                 borderRadius: '4px',
-                cursor: 'pointer'
+                cursor: 'pointer',
+                position:'absolute',
+                right:'40px'
             }}>打印</div>
         </div>
     }