Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
bedef5c7
Commit
bedef5c7
authored
Sep 23, 2021
by
Damon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 选择物料复选框增大
parent
1b5aa4f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
index.vue
src/components/select-parts/index.vue
+3
-2
No files found.
src/components/select-parts/index.vue
View file @
bedef5c7
<
template
>
<
template
>
<view
class=
"u-flex parts"
>
<view
class=
"u-flex parts"
>
<view
class=
"u-flex left"
v-if=
"showChecked"
>
<view
class=
"u-flex left"
v-if=
"showChecked"
>
<u-checkbox
v-model=
"info.checked"
@
change=
"selectChange"
shape=
"circle"
width=
"30rpx
"
></u-checkbox>
<u-checkbox
v-model=
"info.checked"
@
change=
"selectChange"
shape=
"circle"
size=
"40
"
></u-checkbox>
</view>
</view>
<view
class=
"u-flex right"
>
<view
class=
"u-flex right"
>
<view
class=
"right-img"
>
<view
class=
"right-img"
>
...
@@ -74,7 +74,8 @@
...
@@ -74,7 +74,8 @@
padding
:
30rpx
10rpx
;
padding
:
30rpx
10rpx
;
border-bottom
:
1px
solid
#F4F5F7
;
border-bottom
:
1px
solid
#F4F5F7
;
.left
{
.left
{
width
:
60rpx
;
width
:
80rpx
;
justify-content
:
center
;
}
}
.right
{
.right
{
flex
:
1
;
flex
:
1
;
...
...
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