GitLab
Sign in
xlyErp
/
xlyUmi
Back to Dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b527a514492396de87921ec917f1690c91668f7a
Authored by
zhangzzzz
2025-06-26 11:34:41 +0800
1 parent
6a853abd
优化多数量表高度;
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/components/QuickQuote/index.jsx
src/components/QuickQuote/index.less
src/components/QuickQuote/index.jsx
View file @
b527a51
...
...
@@ -2390,7 +2390,7 @@ const ManyComponent = props => {
2390
2390
manyData: state.manyData,
2391
2391
}));
2392
2392
},
2393
- fixedHeight: 1
8
5,
2393
+ fixedHeight: 1
4
5,
2394
2394
};
2395
2395
2396
2396
return (
...
...
src/components/QuickQuote/index.less
View file @
b527a51
...
...
@@ -309,7 +309,7 @@
309
309
310
310
.many {
311
311
width: 100%;
312
- height:
23
5px;
312
+ height:
18
5px;
313
313
padding: 0 10px 0 10px;
314
314
position: relative;
315
315
...
...