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
ffcde664
Commit
ffcde664
authored
Dec 13, 2022
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改首页
parent
de5c79fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
sample-form-client-ui/admin/src/pages/home/Home.vue
sample-form-client-ui/admin/src/pages/home/Home.vue
+12
-6
No files found.
sample-form-client-ui/admin/src/pages/home/Home.vue
View file @
ffcde664
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
</p>
</p>
</div>
</div>
</div>
</div>
<div
v-else
class=
"tac mt50 empty"
>
暂无数据
</div>
<div
v-else
class=
"tac mt50 empty
-text
"
>
暂无数据
</div>
</div>
</div>
</div>
</div>
<div
class=
"right flex flexc aic jcb"
>
<div
class=
"right flex flexc aic jcb"
>
...
@@ -151,7 +151,7 @@
...
@@ -151,7 +151,7 @@
</div>
</div>
</vue-seamless-scroll>
</vue-seamless-scroll>
</div>
</div>
<div
v-else
class=
"tac mt50 empty"
>
暂无数据
</div>
<div
v-else
class=
"tac mt50 empty
-text
"
>
暂无数据
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -334,10 +334,7 @@ export default {
...
@@ -334,10 +334,7 @@ export default {
padding-top: 40px;
padding-top: 40px;
background-size: 100% 100%;
background-size: 100% 100%;
}
}
.empty {
font-size: 18px;
color: #999;
}
.header {
.header {
width: 100%;
width: 100%;
padding: 0px 40px;
padding: 0px 40px;
...
@@ -452,6 +449,15 @@ export default {
...
@@ -452,6 +449,15 @@ export default {
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
border-radius: 16px;
border-radius: 16px;
border: 3px solid #ffffff;
border: 3px solid #ffffff;
position: relative;
.empty-text {
font-size: 18px;
color: #999;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.tab-box {
.tab-box {
width: 340px;
width: 340px;
height: 50px;
height: 50px;
...
...
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