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

样式问题

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