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
036e7999
Commit
036e7999
authored
Dec 16, 2021
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
布局优化
parent
4817560f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
32 additions
and
8 deletions
+32
-8
FunctionBtn.vue
src/components/FunctionBtn.vue
+2
-2
c-page.vue
src/components/c-page.vue
+1
-1
index.js
src/model/Ditopn/index.js
+2
-0
Engp.vue
src/views/Business/Ditopn/Engp.vue
+1
-1
Limitbody.vue
src/views/Business/Ditopn/Limitbody.vue
+22
-1
index.vue
src/views/Layout/components/TagsView/index.vue
+4
-3
No files found.
src/components/FunctionBtn.vue
View file @
036e7999
...
...
@@ -125,8 +125,8 @@ export default {
flex-wrap
:
nowrap
;
justify-content
:
space-between
;
align-items
:
flex-start
;
height
:
32
px
;
margin-bottom
:
5px
;
height
:
28
px
;
/* margin-bottom: 5px; */
}
.m-funcBtn-eContainer
{
order
:
1
;
...
...
src/components/c-page.vue
View file @
036e7999
...
...
@@ -4,7 +4,7 @@
<i
class=
"el-icon-location"
style=
"color: #409eff;"
></i>
<span>
{{
title
}}
</span>
</div>
-->
<div
style=
"flex: 1; padding:
10px 2
0px; position: relative"
>
<div
style=
"flex: 1; padding:
3px 1
0px; position: relative"
>
<slot></slot>
</div>
</div>
...
...
src/model/Ditopn/index.js
View file @
036e7999
...
...
@@ -201,6 +201,8 @@ export default class Ditopn{
exttotamt
:
""
,
liaallg
:[],
// Total booking amount external assinged .liaall.exttotamt
limmod
:{
limgrd
:[],
lmegrd
:[],
limpts
:{
wrklab
:
""
,
// Label .liaall.limmod.limpts.wrklab
othlab
:
""
,
// Label .liaall.limmod.limpts.othlab
...
...
src/views/Business/Ditopn/Engp.vue
View file @
036e7999
...
...
@@ -26,7 +26,7 @@
<el-table-column
prop=
"tenpct"
label=
"%"
width=
"80px"
>
</el-table-column>
<el-table-column
prop=
"acc"
label=
"Account"
width=
"150px"
>
</el-table-column>
<el-table-column
prop=
"valdat"
label=
"Value Date"
width=
"
12
0px"
>
<el-table-column
prop=
"valdat"
label=
"Value Date"
width=
"
20
0px"
>
<!-- <template slot-scope="scope">
{{dateFormat(scope.row.valdat)}}
</template> -->
...
...
src/views/Business/Ditopn/Limitbody.vue
View file @
036e7999
...
...
@@ -230,7 +230,28 @@
-->
<c-col
:span=
"23"
style=
"margin-left:9px"
>
<c-table
style=
"text-align: center"
:data=
"tableData"
:border=
"true"
>
<c-table
:list=
"model.liaall.limmod.limgrd"
:border=
"true"
>
<el-table-column
prop=
""
label=
"可否串用"
width=
"auto"
>
</el-table-column>
<el-table-column
label=
"序号"
width=
"auto"
>
</el-table-column>
<el-table-column
label=
"额度类型"
width=
"auto"
>
</el-table-column>
<el-table-column
label=
"入账机构"
width=
"auto"
>
</el-table-column>
<el-table-column
label=
"额度编号"
width=
"auto"
>
</el-table-column>
<el-table-column
label=
"额度明细编号"
width=
"auto"
>
</el-table-column>
<el-table-column
label=
"额度品种代码"
width=
"auto"
>
</el-table-column>
<el-table-column
label=
"品种代码描述"
width=
"auto"
>
</el-table-column>
<el-table-column
label=
""
width=
"auto"
>
</el-table-column>
</c-table>
</c-col>
<c-col
:span=
"23"
style=
"margin-left:9px"
v-if=
"false"
>
<c-table
:list=
"model.liaall.limmod.lmegrd"
:border=
"true"
>
<el-table-column
label=
"可否串用"
width=
"auto"
>
</el-table-column>
-->
...
...
src/views/Layout/components/TagsView/index.vue
View file @
036e7999
...
...
@@ -225,8 +225,9 @@ export default {
border-bottom
:
1px
solid
#d8dce5
;
box-shadow
:
0
1px
3px
0
rgba
(
0
,
0
,
0
,
0.12
),
0
0
3px
0
rgba
(
0
,
0
,
0
,
0.04
);
/* box-sizing: inherit; */
padding-top
:
5px
;
padding-bottom
:
5px
;
/* padding-top: 5px; */
/* padding-bottom: 5px; */
padding-bottom
:
1px
;
}
.tags-view-container
.tags-view-wrapper
.tags-view-item
{
...
...
@@ -244,7 +245,7 @@ export default {
margin-top
:
4px
;
}
.tags-view-container
.tags-view-wrapper
.tags-view-item
:first-of-type
{
margin-left
:
1
5
px
;
margin-left
:
1
0
px
;
}
.tags-view-container
.tags-view-wrapper
.tags-view-item
:last-of-type
{
margin-right
:
15px
;
...
...
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