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
7b1b9bfd
Commit
7b1b9bfd
authored
Dec 20, 2023
by
Wuyuqiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
信用证入口交易页面布局
parent
abc581ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
common.css
src/assets/css/common.css
+5
-0
Infsea.vue
src/business/inflid/views/Infsea.vue
+1
-1
No files found.
src/assets/css/common.css
View file @
7b1b9bfd
...
...
@@ -706,4 +706,8 @@ padding-left: 30px;
}
.el-table--small
.el-table__cell
{
padding
:
0
0
;
}
.el-table
.cell
{
padding-bottom
:
5px
;
padding-top
:
5px
;
}
\ No newline at end of file
src/business/inflid/views/Infsea.vue
View file @
7b1b9bfd
...
...
@@ -133,7 +133,7 @@
<div
style=
"height: 90%"
>
<c-col
:span=
"24"
>
<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
:header-cell-style=
"{background: 'var(--theadkbgcolor)'}"
:header-row-style=
"{height: '
5px'}"
:row-style=
"{height: '5px'}"
:cell-style=
"{padding: '0px'}"
v-loading=
"load"
:data=
"stmData.data"
style=
"width:100%;"
size=
"small"
:border=
"true"
height=
"calc(100vh - 475
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"
sortable
>
...
...
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