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
zhouqian
vue-gjjs
Commits
01b0839e
Commit
01b0839e
authored
Oct 18, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Litmitbody栅栏显示调整
parent
5d280e47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
Limitbody.vue
src/views/Public/Limitbody.vue
+9
-3
No files found.
src/views/Public/Limitbody.vue
View file @
01b0839e
...
...
@@ -3,7 +3,7 @@
<!-- 左边-->
<c-col
:span=
"
8
"
>
<c-col
:span=
"
len==true?12:8"
@
change=
"spanChange
"
>
<!-- line2 -->
<c-row>
<c-col
:span=
"24"
>
...
...
@@ -221,7 +221,7 @@
</c-col>
<!-- 右边-->
<c-col
:span=
"
8
"
>
<c-col
:span=
"
len==true?12:8"
@
change=
"spanChange
"
>
<!-- line1 -->
<c-row>
<c-col
:span=
"24"
>
...
...
@@ -362,7 +362,8 @@ export default {
data
()
{
return
{
tableData
:
{},
same
:
false
same
:
false
,
len
:
true
};
},
methods
:
{
...
...
@@ -450,6 +451,11 @@ export default {
if
(
len1
>
0
&&
len2
>
0
){
this
.
same
=
true
;
}
},
spanChange
(){
if
(
same
==
false
){
len
=
true
;
}
}
},
created
:
function
()
{},
...
...
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