Commit c00eabe1 authored by chenshouchao's avatar chenshouchao

feat: 修改table组件无数据样式

parent ff63dd42
......@@ -355,17 +355,17 @@ const MyTable = (props: IMyTableProps) => {
alt=""
style={{
position: "absolute",
top: "100px",
top: "50%",
left: "50%",
transform: "translate(-50%, 0)",
transform: "translate(-50%, -100%)",
}}
/>
<span
style={{
position: "absolute",
top: "165px",
top: "50%",
left: "50%",
transform: "translate(-50%, 0)",
transform: "translate(-50%, 8px)",
fontSize: "14px",
lineHeight: "22px",
color: "#8a9099",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment