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
a8a98d11
Commit
a8a98d11
authored
Dec 15, 2023
by
Wuyuqiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整页面样式
parent
2b1737d0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
19 deletions
+21
-19
Infsea.vue
src/business/inflid/views/Infsea.vue
+13
-13
SideMenu.vue
src/views/Layout/SideMenu.vue
+1
-1
index.vue
src/views/Layout/components/TagsView/index.vue
+5
-3
index.vue
src/views/Layout/index.vue
+2
-2
No files found.
src/business/inflid/views/Infsea.vue
View file @
a8a98d11
...
...
@@ -125,7 +125,7 @@
</c-list-search>
<c-col
:span=
"24"
>
<c-button
class=
"medium_bcs"
size=
"medium"
type=
"primary"
style=
"margin:10px 0px;"
title=
"LITOPN"
<c-button
class=
"medium_bcs"
size=
"medium"
type=
"primary"
style=
"margin:10px 0px
20px 0px
;"
title=
"LITOPN"
@
click=
"toLitopn"
v-if=
"!isInfo"
>
进口信用证开立
</c-button>
...
...
@@ -133,36 +133,36 @@
<div
style=
"height: 90%"
>
<c-col
:span=
"24"
>
<el-table
:header-cell-style=
"{
background: 'var(--theadkbgcolor)'}"
v-loading=
"load"
:data=
"stmData.data"
style=
"width:100%;"
size=
"small"
:border=
"true"
height=
"calc(100vh - 480
px)"
:highlight-current-row=
"true"
@
row-click=
"TableRowClick"
@
row-dblclick=
"TableDblRow"
>
<el-table-column
label=
"信用证编号"
prop=
"seaownref"
align=
"left"
fixed=
"left"
min-width=
"150"
:show-overflow-tooltip=
"true"
>
<el-table
:header-cell-style=
"{
background: 'var(--theadkbgcolor)'}"
:header-row-style=
"{height: '10px'}"
:row-style=
"{height: '10px'}"
:cell-style=
"{padding: '0px'}"
v-loading=
"load"
:data=
"stmData.data"
style=
"width:100%;"
size=
"small"
:border=
"true"
height=
"calc(100vh - 474
px)"
:highlight-current-row=
"true"
@
row-click=
"TableRowClick"
@
row-dblclick=
"TableDblRow"
>
<el-table-column
label=
"信用证编号"
prop=
"seaownref"
align=
"left"
fixed=
"left"
min-width=
"150"
:show-overflow-tooltip=
"true"
sortable
>
</el-table-column>
<el-table-column
label=
"客户经理"
prop=
"ownusr"
align=
"left"
min-width=
"100"
>
<el-table-column
label=
"客户经理"
prop=
"ownusr"
align=
"left"
min-width=
"100"
sortable
>
</el-table-column>
<el-table-column
label=
"币种"
prop=
"seacur"
align=
"left"
min-width=
"100"
>
<el-table-column
label=
"币种"
prop=
"seacur"
align=
"left"
min-width=
"100"
sortable
>
</el-table-column>
<el-table-column
label=
"金额"
prop=
"maxamt"
align=
"left"
min-width=
"150"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"金额"
prop=
"maxamt"
align=
"left"
min-width=
"150"
:show-overflow-tooltip=
"true"
sortable
>
<
template
slot-scope=
"scope"
>
<span>
{{
moneyFormat
(
scope
.
row
.
maxamt
,
scope
.
row
.
seacur
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"余额"
prop=
"opnamt"
align=
"left"
min-width=
"150"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"余额"
prop=
"opnamt"
align=
"left"
min-width=
"150"
:show-overflow-tooltip=
"true"
sortable
>
<
template
slot-scope=
"scope"
>
<span>
{{
moneyFormat
(
scope
.
row
.
opnamt
,
scope
.
row
.
cur
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"开立日期"
prop=
"opndat"
align=
"left"
min-width=
"150"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"开立日期"
prop=
"opndat"
align=
"left"
min-width=
"150"
:show-overflow-tooltip=
"true"
sortable
>
</el-table-column>
<el-table-column
label=
"申请人编号"
prop=
"aplextkey"
align=
"left"
min-width=
"200"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"申请人编号"
prop=
"aplextkey"
align=
"left"
min-width=
"200"
:show-overflow-tooltip=
"true"
sortable
>
</el-table-column>
<el-table-column
label=
"申请人名称"
prop=
"aplnam"
align=
"left"
min-width=
"200"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"申请人名称"
prop=
"aplnam"
align=
"left"
min-width=
"200"
:show-overflow-tooltip=
"true"
sortable
>
</el-table-column>
<el-table-column
label=
"通知银行BIC编码"
prop=
"seapty"
align=
"left"
min-width=
"200"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"通知银行BIC编码"
prop=
"seapty"
align=
"left"
min-width=
"200"
:show-overflow-tooltip=
"true"
sortable
>
</el-table-column>
<el-table-column
label=
"受益人名称"
prop=
"benefi"
align=
"left"
min-width=
"200"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"受益人名称"
prop=
"benefi"
align=
"left"
min-width=
"200"
:show-overflow-tooltip=
"true"
sortable
>
</el-table-column>
<el-table-column
label=
"远离期限"
prop=
"tenmaxday"
align=
"left"
min-width=
"100"
>
<el-table-column
label=
"远离期限"
prop=
"tenmaxday"
align=
"left"
min-width=
"100"
sortable
>
</el-table-column>
<el-table-column
fixed=
"right"
label=
"操作"
width=
"150px"
>
<
template
slot-scope=
"scope"
>
...
...
src/views/Layout/SideMenu.vue
View file @
a8a98d11
...
...
@@ -704,7 +704,7 @@ export default {
}
.eContainer-scroller
{
height
:
calc
(
100%
-
4
4
px
);
height
:
calc
(
100%
-
4
0
px
);
}
.eContainer-scroller
.el-scrollbar__bar
{
...
...
src/views/Layout/components/TagsView/index.vue
View file @
a8a98d11
...
...
@@ -243,10 +243,12 @@ export default {
.tags-view-container
{
height
:
29.002px
;
width
:
100%
;
background
:
#f5f4f9
;
/* background: #f5f4f9; */
background
:
linear-gradient
(
180deg
,
#ECECEC
0%
,
#FFFFFF
100%
);
box-shadow
:
0px
3px
8px
0px
rgba
(
0
,
0
,
0
,
0.0784
);
border-bottom
:
1px
solid
#d8dce5
;
background-image
:
linear-gradient
(
#dbebfc
,
#ededed
);
box-shadow
:
0
1px
3px
0
rgba
(
0
,
0
,
0
,
0.12
),
0
0
3px
0
rgba
(
0
,
0
,
0
,
0.04
);
/* background-image: linear-gradient(#dbebfc,#ededed ); */
/* 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
;
...
...
src/views/Layout/index.vue
View file @
a8a98d11
<
template
>
<el-container
style=
"background-color: #e8e8e8;height: 100%;
position: relative; margin: 0;
padding-bottom: 8px
"
position: relative; margin: 0;"
>
<el-header
style=
"padding: 0"
>
<headerCom></headerCom>
...
...
@@ -256,7 +256,7 @@ export default {
position
:
relative
;
height
:
100%
;
box-sizing
:
border-box
;
margin-right
:
10px
;
/* margin-right: 10px; */
flex
:
1
;
display
:
flex
;
flex-direction
:
column
;
...
...
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