Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
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
fulixin
dsk-operate-sys-cscec
Commits
37d1fcc8
Commit
37d1fcc8
authored
Dec 21, 2023
by
tyn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
咨询机构管理 tabel 容器 优化
parent
e69bf8f4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
12 deletions
+25
-12
index.scss
dsk-operate-ui/src/assets/styles/index.scss
+3
-4
index.vue
dsk-operate-ui/src/components/TableListCom/index.vue
+19
-5
detailsOfCooperation.vue
...components/EnterpriseList/detail/detailsOfCooperation.vue
+1
-1
index.vue
...nsultingOrgManagement/components/EnterpriseList/index.vue
+1
-1
index.vue
.../consultingOrgManagement/components/ProjectList/index.vue
+1
-1
No files found.
dsk-operate-ui/src/assets/styles/index.scss
View file @
37d1fcc8
...
...
@@ -455,12 +455,11 @@ li {
.table-item
{
width
:
100%
;
height
:
100%
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
// 骨架屏预留
min-height
:
360px
;
.el-table
{
width
:
100%
;
height
:
100%
;
height
:
auto
;
font-size
:
14px
;
color
:
#232323
;
...
...
dsk-operate-ui/src/components/TableListCom/index.vue
View file @
37d1fcc8
...
...
@@ -58,7 +58,7 @@
</
template
>
</el-table>
<div
style=
"padding: 30px 0;box-sizing:border-box;
"
v-else
>
<div
class=
"table-empty-container
"
v-else
>
<no-data
/>
</div>
</div>
...
...
@@ -250,11 +250,25 @@ export default {
height
:
16px
;
}
// 空状态容器
.table-empty-container
{
width
:
100%
;
height
:
100%
;
padding
:
30px
0
;
box-sizing
:
border-box
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
.el-table
{
/* .cell {
display: flex;
align-items: center;
} */
height
:
auto
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
.el-table__header-wrapper
{
min-height
:
40px
;
}
}
}
...
...
dsk-operate-ui/src/views/consultingOrgManagement/components/EnterpriseList/detail/detailsOfCooperation.vue
View file @
37d1fcc8
...
...
@@ -53,7 +53,7 @@
<skeleton
v-if=
"tableLoading"
></skeleton>
<!-- table 列表 -->
<table-list-com
ref=
"tableContainer"
:tableData=
"tableDataList"
:formColum=
"formColum"
:tableDataTotal=
"total"
:queryParams=
"queryParams"
v-else-if=
"!tableLoading"
:
h
eight=
"'100%'"
@
handle-current-change=
"handleCurrentChange"
>
v-else-if=
"!tableLoading"
:
maxH
eight=
"'100%'"
@
handle-current-change=
"handleCurrentChange"
>
<!-- 项目列表 -->
<template
slot=
"projectName"
slot-scope=
"
{data,row}">
<div
v-if=
"row.projectName"
class=
"no-line-feed "
>
{{
row
.
projectName
}}
</div>
...
...
dsk-operate-ui/src/views/consultingOrgManagement/components/EnterpriseList/index.vue
View file @
37d1fcc8
...
...
@@ -36,7 +36,7 @@
<skeleton
v-if=
"tableLoading"
></skeleton>
<!-- table 列表 -->
<table-list-com
ref=
"tableContainer"
:tableData=
"tableDataList"
:formColum=
"formColum"
:tableDataTotal=
"total"
:queryParams=
"queryParams"
v-else-if=
"!tableLoading"
:
h
eight=
"'100%'"
@
handle-current-change=
"handleCurrentChange"
>
v-else-if=
"!tableLoading"
:
maxH
eight=
"'100%'"
@
handle-current-change=
"handleCurrentChange"
>
<!-- 咨询机构名称 -->
<template
slot=
"advisoryBodyName"
slot-scope=
"
{data,row}">
<div
v-if=
"row.advisoryBodyName"
class=
"no-line-feed "
>
{{
row
.
advisoryBodyName
}}
</div>
...
...
dsk-operate-ui/src/views/consultingOrgManagement/components/ProjectList/index.vue
View file @
37d1fcc8
...
...
@@ -71,7 +71,7 @@
<skeleton
v-if=
"tableLoading"
></skeleton>
<!-- table 列表 -->
<table-list-com
ref=
"tableContainer"
:tableData=
"tableDataList"
:formColum=
"formColum"
:tableDataTotal=
"total"
:queryParams=
"queryParams"
v-else-if=
"!tableLoading"
:
h
eight=
"'100%'"
@
handle-current-change=
"handleCurrentChange"
>
v-else-if=
"!tableLoading"
:
maxH
eight=
"'100%'"
@
handle-current-change=
"handleCurrentChange"
>
<!-- 项目列表 -->
<template
slot=
"projectName"
slot-scope=
"
{data,row}">
<div
v-if=
"row.projectName"
class=
"no-line-feed"
v-html=
"row.projectName"
>
{{
row
.
projectName
}}
</div>
...
...
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