Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
31215cfc
Commit
31215cfc
authored
May 06, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up
parent
c919b5e8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
src/components/table-um.vue
src/components/table-um.vue
+1
-1
src/pages/fwgl.vue
src/pages/fwgl.vue
+1
-0
src/pages/fwglList.vue
src/pages/fwglList.vue
+1
-5
No files found.
src/components/table-um.vue
View file @
31215cfc
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
v-if=
"item.data.length > filterLength"
v-if=
"item.data.length > filterLength"
@
click=
"filterToggleAction(item.prop)"
@
click=
"filterToggleAction(item.prop)"
>
>
<span>
{{
filterToggle
[
item
.
prop
]
?
"
收起
"
:
"
展开
"
}}
</span>
<span>
{{
filterToggle
[
item
.
prop
]
?
"
收起
"
:
"
展开
"
}}
{{
item
.
data
.
length
+
"
-
"
+
filterLength
}}
</span>
<i
<i
:class=
"
:class=
"
filterToggle[item.prop]
filterToggle[item.prop]
...
...
src/pages/fwgl.vue
View file @
31215cfc
...
@@ -105,5 +105,6 @@ export default {
...
@@ -105,5 +105,6 @@ export default {
flex-grow
:
1
;
flex-grow
:
1
;
flex-shrink
:
1
;
flex-shrink
:
1
;
background-color
:
#f6f7fb
;
background-color
:
#f6f7fb
;
overflow
:
auto
;
}
}
</
style
>
</
style
>
src/pages/fwglList.vue
View file @
31215cfc
...
@@ -175,11 +175,7 @@ export default {
...
@@ -175,11 +175,7 @@ export default {
};
};
</
script
>
</
script
>
<
style
scope
>
<
style
scoped
>
.list_container
{
height
:
100%
;
overflow
:
hidden
;
}
.bread_crumb
{
.bread_crumb
{
margin
:
20px
;
margin
:
20px
;
font-size
:
14px
;
font-size
:
14px
;
...
...
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