Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wms
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wuhao
wms
Commits
0313b615
Commit
0313b615
authored
Jul 18, 2022
by
左玲玲
😬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式问题
parent
7093901e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
global.less
src/global.less
+3
-0
store.js
src/pages/system/Store/store.js
+2
-2
No files found.
src/global.less
View file @
0313b615
...
...
@@ -87,6 +87,9 @@ ol {
padding: 0 20px !important;
}
}
.ant-drawer-content{
overflow-x: hidden !important;
}
.ant-pro-table {
.ant-card-body {
...
...
src/pages/system/Store/store.js
View file @
0313b615
...
...
@@ -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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment