泛微薪资核算iframe表格

feature/低版本火狐浏览器
黎永顺 2 years ago
parent 3fef9c4857
commit 8ef9090635

@ -19,6 +19,7 @@ export default ({ children, style = {} }: any) => {
width: "100%",
height: "100%",
overflow: "hidden",
background: window.location.hash.indexOf("atdTable") !== -1 ? "#f6f6f6" : "#FFF",
...style
}}
>

@ -1,5 +1,7 @@
//表格样式
.tableWrapper {
background: #fff;
.titleWrapper {
display: flex;
align-items: center;

Loading…
Cancel
Save