Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
WX_h5
Project
Project
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
godwithdh
WX_h5
Commits
23293631
Commit
23293631
authored
Mar 06, 2020
by
godwithdh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
负债分析
parent
9560872a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
10 deletions
+11
-10
index.vue
src/view/tiip/IntReportForms/index.vue
+1
-0
liabilities.vue
src/view/tiip/IntReportForms/liabilities.vue
+7
-3
operate.vue
src/view/tiip/kanban/operate.vue
+1
-5
index.vue
src/view/tiip/receive/index.vue
+1
-1
varietiesDetail.vue
src/view/tiip/receive/varietiesDetail.vue
+1
-1
No files found.
src/view/tiip/IntReportForms/index.vue
View file @
23293631
...
...
@@ -99,6 +99,7 @@
flex-grow:1;
overflow: auto;
-webkit-overflow-scrolling: touch;
height:1px;
}
}
</
style
>
...
...
src/view/tiip/IntReportForms/liabilities.vue
View file @
23293631
...
...
@@ -5,7 +5,11 @@
height:100%;
display: flex;
flex-direction: column;
>.tabs{
flex-shrink: 0;
}
.HEADER{
flex-shrink: 0;
display:flex;
padding:10px;
>span{
...
...
@@ -25,15 +29,15 @@
}
.Content{
height:100%;
height:
1
px;
//
height:100%;
height:
20r
px;
flex-grow: 1;
overflow: auto;
-webkit-overflow-scrolling: touch;
margin-bottom:8px;
>div{
display:flex;
align-items: center;
//
align-items: center;
&{
>div{
border-bottom:1px solid #ddd;
...
...
src/view/tiip/kanban/operate.vue
View file @
23293631
...
...
@@ -106,11 +106,7 @@ export default {
if
(
typeof
value
==
'object'
&&
value
.
length
>
0
){
this
.
list
=
value
}
else
{
this
.
$vux
.
confirm
.
show
({
title
:
"提示"
,
content
:
"未获取到数据"
,
showConfirmButton
:
false
,
})
this
.
list
=
[]
}
},
routerToOperateDetail
(
row
){
...
...
src/view/tiip/receive/index.vue
View file @
23293631
...
...
@@ -30,9 +30,9 @@
}
}
&.num{
border-top:1px solid #eef4fe;
background:#fff;
>td{
&:not(:first-child){border-top:1px solid #eef4fe;}
padding:4px 0;
&:first-child{
color:#229BD0;
...
...
src/view/tiip/receive/varietiesDetail.vue
View file @
23293631
...
...
@@ -30,9 +30,9 @@
}
}
&.num{
border-top:1px solid #eef4fe;
background:#fff;
>td{
&:not(:first-child){border-top:1px solid #eef4fe;}
padding:4px 0;
&:first-child{
color:#229BD0;
...
...
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