Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b733b7f3
authored
Mar 13, 2026
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
style(splitGoods): 优化复制按钮样式及滚动条显示
- 为复制入仓号按钮添加样式类 copy-btn,调整布局为行内居中 - 在滚动视图中启用滚动条显示,提高用户交互体验
parent
40cc76cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
pages/arrivalRegister/splitGoods.vue
pages/arrivalRegister/splitGoods.vue
View file @
b733b7f3
...
@@ -221,9 +221,9 @@
...
@@ -221,9 +221,9 @@
<text
class=
"t2"
>
{{ erp_order_sn_arr.length }}
</text>
<text
class=
"t2"
>
{{ erp_order_sn_arr.length }}
</text>
<text
class=
"t1"
>
个入仓号
</text>
<text
class=
"t1"
>
个入仓号
</text>
</view>
</view>
<view
class=
"copy"
@
click=
"copy()"
>
复制入仓号
</view>
<view
class=
"copy
-btn row verCenter rowCenter
"
@
click=
"copy()"
>
复制入仓号
</view>
</view>
</view>
<scroll-view
scroll-y=
"true"
class=
"print-scroll"
>
<scroll-view
scroll-y=
"true"
class=
"print-scroll"
:show-scrollbar=
"true"
>
<view
class=
"print-content row"
>
<view
class=
"print-content row"
>
<view
class=
"box row verCenter rowCenter"
v-for=
"(item, index) in erp_order_sn_arr"
:key=
"index"
>
{{ item }}
</view>
<view
class=
"box row verCenter rowCenter"
v-for=
"(item, index) in erp_order_sn_arr"
:key=
"index"
>
{{ item }}
</view>
</view>
</view>
...
...
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