Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
罗鑫霖
/
vion-tools
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit d26a665d
authored
Mar 25, 2020
by
周志凯
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[chg]: changed layout
1 parent
ccc1ca59
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
static/css/page.css
static/index.html
static/css/page.css
View file @
d26a665
...
...
@@ -100,14 +100,18 @@ html, body, #app {
font-size
:
14px
;
}
.result-page
{
/*
.result-page {
margin: 8px 0;
}
}
*/
.result-page
span
:last-of-type
{
.result-page
span
+
.result-page
span
{
padding
:
0
5px
;
}
.result-progress-wrapper
{
margin
:
20px
0
10px
;
}
.result-progress-wrapper
::after
,
.result-progress-wrapper
::before
{
content
:
''
;
...
...
static/index.html
View file @
d26a665
...
...
@@ -930,7 +930,6 @@
<div
class=
"result-item"
v-for=
"item in results"
:key=
"item.id"
>
<!-- /{{ item.totalNum }}条 -->
<div
class=
"result-page"
>
<span>
共{{ item.totalPage }}页
</span>
<span>
总处理条数 : {{ item.totalNum }}条
</span>
</div>
<div
class=
"result-progress-wrapper"
>
...
...
@@ -942,7 +941,7 @@
</div>
</div>
<span>
第{{ item.current }}条/共{{ item.curPageSize }}条
</span>
<span
class=
"pagination-page"
>
第{{ item.currentPage }}页
</span>
<span
class=
"pagination-page"
>
第{{ item.currentPage }}页
/共{{ item.totalPage }}页
</span>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment