Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sample-form-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
sample-form-platform
Commits
146d410b
Commit
146d410b
authored
Dec 08, 2022
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改空白数据显示
parent
c335851b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
3 deletions
+27
-3
sample-form-client-ui/admin/src/components/MateralsList.vue
sample-form-client-ui/admin/src/components/MateralsList.vue
+9
-1
sample-form-client-ui/admin/src/pages/searchpage/SearchPage.vue
...-form-client-ui/admin/src/pages/searchpage/SearchPage.vue
+9
-1
sample-form-client-ui/admin/src/pages/showpage/MatterList.vue
...le-form-client-ui/admin/src/pages/showpage/MatterList.vue
+9
-1
No files found.
sample-form-client-ui/admin/src/components/MateralsList.vue
View file @
146d410b
...
...
@@ -40,7 +40,7 @@
:key=
"'list' + item"
></div>
</div>
<el-empty
:image-size=
"200"
v-else
></el-empty>
<el-empty
class=
"empty"
:image-size=
"200"
v-else
></el-empty>
</el-drawer>
</div>
</
template
>
...
...
@@ -102,6 +102,7 @@ export default {
border-top: 1px solid #e0e0e0;
padding: 40px;
padding-top: 0px;
position: relative;
overflow-y: auto;
&::-webkit-scrollbar {
width: 12px;
...
...
@@ -117,6 +118,13 @@ export default {
background: #fff;
}
}
.empty {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.title {
font-size: 28px;
font-family: Source Han Sans CN;
...
...
sample-form-client-ui/admin/src/pages/searchpage/SearchPage.vue
View file @
146d410b
...
...
@@ -74,7 +74,7 @@
:
key
=
"
'list' + item
"
><
/div
>
<
/div
>
<
el
-
empty
:
image
-
size
=
"
200
"
v
-
else
><
/el-empty
>
<
el
-
empty
class
=
"
empty
"
:
image
-
size
=
"
200
"
v
-
else
><
/el-empty
>
<!--
分页
-->
<
div
class
=
"
tac
"
>
<
el
-
pagination
...
...
@@ -196,6 +196,14 @@ export default {
padding
-
bottom
:
10
px
;
background
:
#
ffffff
;
border
-
radius
:
16
px
;
position
:
relative
;
.
empty
{
position
:
absolute
;
left
:
0
;
top
:
0
;
right
:
0
;
bottom
:
0
;
}
.
matter
-
list
{
display
:
flex
;
flex
-
wrap
:
wrap
;
...
...
sample-form-client-ui/admin/src/pages/showpage/MatterList.vue
View file @
146d410b
...
...
@@ -48,7 +48,7 @@
</div>
</div>
</div>
<el-empty
:image-size=
"200"
v-else
></el-empty>
<el-empty
class=
"empty"
:image-size=
"200"
v-else
></el-empty>
<!-- 分页 -->
<div
class=
"tac"
>
<el-pagination
...
...
@@ -184,6 +184,14 @@ export default {
padding: 30px;
background: #ffffff;
border-radius: 16px;
position: relative;
.empty {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.matter-list {
display: flex;
flex-wrap: wrap;
...
...
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