泛微薪资核算iframe表格

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

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

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

Loading…
Cancel
Save