Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-customer-new-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-customer-new-master
Commits
99bbcc7c
Commit
99bbcc7c
authored
Jan 17, 2025
by
Smile
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug173 (生产)(APP/h5)我要发货使用iphone8P手机时,添加商品弹窗显示不全
parent
5af0dd82
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
+13
-8
create_order.vue
src/pages/create_order/create_order.vue
+10
-8
create_order.css
src/static/css/create_order.css
+3
-0
No files found.
src/pages/create_order/create_order.vue
View file @
99bbcc7c
...
...
@@ -790,14 +790,16 @@
</view>
<view
class=
"corder-tab1-item corder-picker"
>
<text>
{{$lang.lang.create.prodAttr}}
</text>
<checkbox-group
@
change=
"checkboxChange"
class=
"corder-checkbox"
>
<label
class=
"uni-list-cell uni-list-cell-pd"
v-for=
"item in productAttrList"
:key=
"item.id"
>
<view
class=
"checkbox-item"
>
<checkbox
:value=
"item.id+''"
:checked=
"isProductAttr(item.id)"
:disabled=
"isdisable"
style=
"transform:scale(0.8)"
/>
</view>
<view>
{{item[$lang.attrName]}}
</view>
</label>
</checkbox-group>
<scroll-view
scroll-y=
"true"
class=
"scroll-area"
>
<checkbox-group
@
change=
"checkboxChange"
class=
"corder-checkbox"
>
<label
class=
"uni-list-cell uni-list-cell-pd"
v-for=
"item in productAttrList"
:key=
"item.id"
>
<view
class=
"checkbox-item"
>
<checkbox
:value=
"item.id+''"
:checked=
"isProductAttr(item.id)"
:disabled=
"isdisable"
style=
"transform:scale(0.8)"
/>
</view>
<view>
{{item[$lang.attrName]}}
</view>
</label>
</checkbox-group>
</scroll-view>
</view>
<view
class=
"addGoods-btns"
>
<view
class=
"addGoods-btn"
@
click=
"addGood"
>
{{$lang.lang.create.confirm}}
</view>
...
...
src/static/css/create_order.css
View file @
99bbcc7c
...
...
@@ -393,6 +393,9 @@ textarea{
.redcolor
{
color
:
#ff5b5a
;
}
.corder-checkbox
{
height
:
340
upx
;
}
.corder-checkbox
{
display
:
flex
;
align-items
:
center
;
...
...
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