Commit 22a333e8 authored by zhengjiangtao's avatar zhengjiangtao

fix bug

parent 69d97abc
.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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment