Commit 0313b615 authored by 左玲玲's avatar 左玲玲 😬

样式问题

parent 7093901e
......@@ -87,6 +87,9 @@ ol {
padding: 0 20px !important;
}
}
.ant-drawer-content{
overflow-x: hidden !important;
}
.ant-pro-table {
.ant-card-body {
......
......@@ -275,8 +275,8 @@ const StoreApp = (props) => {
<PrintProvider>
<div ref={printRef}>
{
selectedRowKeys.map(it => {
return <div>
selectedRowKeys.map((it,i) => {
return <div key={i}>
<NoPrint>
<span>{it.storePositionName}</span>
</NoPrint>
......
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