@ -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;