Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
station-elec-manage-view
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
station
station-elec-manage-view
Commits
22a333e8
Commit
22a333e8
authored
May 27, 2020
by
zhengjiangtao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
69d97abc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
77 additions
and
56 deletions
+77
-56
table.scss
src/styles/view/monitor/table.scss
+77
-56
No files found.
src/styles/view/monitor/table.scss
View file @
22a333e8
.table-styles
{
height
:
100%
;
.ant-table-wrapper
{
height
:
100%
;
.ant-spin-nested-loading
{
position
:
relative
;
height
:
100%
;
.ant-spin-container
{
transition
:
all
0
.3s
cubic-bezier
(
0
.645
,
0
.045
,
0
.355
,
1
);
position
:
relative
;
height
:
100%
;
.ant-pagination
{
position
:
absolute
;
width
:
100%
;
text-align
:
center
;
vertical-align
:
bottom
!
important
;
background
:rgba
(
14
,
127
,
180
,
0
.29
)
;;
bottom
:
-2
.3%
;
box-shadow
:
0px
2px
10px
rgba
(
0
,
0
,
0
,
0
.16
);
.ant-pagination-options
{
.select-scroll-wrapper
{
margin
:
0
;
}
}
.ant-pagination-total-text
{
color
:
white
;
}
.ant-pagination-prev
{
background
:
url('/src/assets/safetyManage/zuo.png')
no-repeat
;
a
{
&
:
:
after
{
color
:rgba
(
0
,
185
,
255
,
0
.3
)
}
}
}
.ant-pagination-next
{
background
:
url('/src/assets/safetyManage/you.png')
no-repeat
;
background-size
:
100%
100%
;
a
{
&
:
:
after
{
color
:rgba
(
0
,
185
,
255
,
0
.3
)
}
}
}
//分页颜色调整
.ant-pagination-item-active
{
background-color
:
#5FFFFD
!
important
;
border-color
:
#5FFFFD
!
important
;
}
.ant-pagination-item
{
border
:
0
;
margin
:
0
;
min-width
:
20px
;
height
:
20px
;
line-height
:
20px
;
background-color
:
#00B9FF
!
important
;
}
.ant-pagination-jump-next
{
&
:
:
after
{
color
:
white
;
}
}
}
}
}
}
.ant-table-content
{
height
:
100%
;
...
...
@@ -50,7 +126,7 @@
font-weight
:
400
;
line-height
:
19px
;
color
:rgba
(
255
,
255
,
255
,
1
)
;
float
:
right
//
float: right
}
...
...
@@ -100,61 +176,6 @@
}
.ant-pagination
{
left
:
39%
;
position
:
absolute
;
.ant-pagination-options
{
.select-scroll-wrapper
{
margin
:
0
;
}
}
.ant-pagination-total-text
{
color
:
white
;
}
.ant-pagination-prev
{
background
:
url('/src/assets/safetyManage/zuo.png')
no-repeat
;
a
{
&
:
:
after
{
color
:rgba
(
0
,
185
,
255
,
0
.3
)
}
}
}
.ant-pagination-next
{
background
:
url('/src/assets/safetyManage/you.png')
no-repeat
;
background-size
:
100%
100%
;
a
{
&
:
:
after
{
color
:rgba
(
0
,
185
,
255
,
0
.3
)
}
}
}
//分页颜色调整
.ant-pagination-item-active
{
background-color
:
#5FFFFD
!
important
;
border-color
:
#5FFFFD
!
important
;
}
.ant-pagination-item
{
border
:
0
;
margin
:
0
;
min-width
:
20px
;
height
:
20px
;
line-height
:
20px
;
background-color
:
#00B9FF
!
important
;
}
.ant-pagination-jump-next
{
&
:
:
after
{
color
:
white
;
}
}
}
.ant-pagination.mini
.ant-pagination-options
{
margin-left
:
8px
;
...
...
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