Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
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
fukai
vue-gjjs
Commits
8a128bc5
Commit
8a128bc5
authored
Oct 15, 2022
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改左侧check-box
parent
b99483fb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
Canp.vue
src/views/Business/Litcan/Canp.vue
+4
-1
Ccvpan.vue
src/views/Public/Ccvpan.vue
+5
-1
No files found.
src/views/Business/Litcan/Canp.vue
View file @
8a128bc5
...
...
@@ -197,5 +197,8 @@ export default {
}
</
script
>
<
style
>
.checkbox-left
{
float
:
left
!important
;
margin-left
:
120px
;
}
</
style
>
src/views/Public/Ccvpan.vue
View file @
8a128bc5
...
...
@@ -147,7 +147,7 @@
prop=
"liaall.liaccv.gleflg"
>
<c-col
:span=
"7"
>
<c-checkbox
v-model=
"model.liaall.liaccv.gleflg"
>
过账
</c-checkbox>
<c-checkbox
class=
"checkbox-left"
v-model=
"model.liaall.liaccv.gleflg"
>
过账
</c-checkbox>
</c-col>
<!--
<c-col
:span=
"3"
style=
"float: right;"
>
-->
<!--
<c-row>
-->
...
...
@@ -354,4 +354,8 @@ export default {
};
</
script
>
<
style
>
.checkbox-left
{
float
:
left
!important
;
margin-left
:
0px
!important
;
}
</
style
>
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