|
|
@@ -126,65 +126,65 @@ textarea {
|
|
|
}
|
|
|
|
|
|
/* antd分页器样式 */
|
|
|
- .ant-pagination .ant-pagination-item {
|
|
|
- border-radius: 50%;
|
|
|
- border: 1px solid #999;
|
|
|
- background-color: transparent !important;
|
|
|
- }
|
|
|
+ // .ant-pagination .ant-pagination-item {
|
|
|
+ // border-radius: 50%;
|
|
|
+ // border: 1px solid #999;
|
|
|
+ // background-color: transparent !important;
|
|
|
+ // }
|
|
|
|
|
|
- .ant-pagination .ant-pagination-item-active {
|
|
|
- background-color: var(--themeColor) !important;
|
|
|
- }
|
|
|
+ // .ant-pagination .ant-pagination-item-active {
|
|
|
+ // background-color: var(--themeColor) !important;
|
|
|
+ // }
|
|
|
|
|
|
|
|
|
- .ant-pagination .ant-pagination-item-active a {
|
|
|
- color: #fff !important;
|
|
|
- }
|
|
|
+ // .ant-pagination .ant-pagination-item-active a {
|
|
|
+ // color: #fff !important;
|
|
|
+ // }
|
|
|
|
|
|
- .ant-pagination .ant-pagination-item:hover {
|
|
|
- background-color: var(--themeColor) !important;
|
|
|
- }
|
|
|
+ // .ant-pagination .ant-pagination-item:hover {
|
|
|
+ // background-color: var(--themeColor) !important;
|
|
|
+ // }
|
|
|
|
|
|
- .ant-pagination .ant-pagination-item:hover a {
|
|
|
- color: #fff !important;
|
|
|
- }
|
|
|
+ // .ant-pagination .ant-pagination-item:hover a {
|
|
|
+ // color: #fff !important;
|
|
|
+ // }
|
|
|
|
|
|
- .ant-pagination-prev {
|
|
|
- border-radius: 50% !important;
|
|
|
- border: 1px solid #999;
|
|
|
- }
|
|
|
+ // .ant-pagination-prev {
|
|
|
+ // border-radius: 50% !important;
|
|
|
+ // border: 1px solid #999;
|
|
|
+ // }
|
|
|
|
|
|
- .ant-pagination-prev:hover {
|
|
|
- background-color: var(--themeColor);
|
|
|
- }
|
|
|
+ // .ant-pagination-prev:hover {
|
|
|
+ // background-color: var(--themeColor);
|
|
|
+ // }
|
|
|
|
|
|
- .ant-pagination-prev:hover button {
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
+ // .ant-pagination-prev:hover button {
|
|
|
+ // color: #fff;
|
|
|
+ // }
|
|
|
|
|
|
|
|
|
|
|
|
- .ant-pagination-next {
|
|
|
- border-radius: 50% !important;
|
|
|
- border: 1px solid #999;
|
|
|
- }
|
|
|
+ // .ant-pagination-next {
|
|
|
+ // border-radius: 50% !important;
|
|
|
+ // border: 1px solid #999;
|
|
|
+ // }
|
|
|
|
|
|
|
|
|
- .ant-pagination-next:hover {
|
|
|
- background-color: var(--themeColor);
|
|
|
- }
|
|
|
+ // .ant-pagination-next:hover {
|
|
|
+ // background-color: var(--themeColor);
|
|
|
+ // }
|
|
|
|
|
|
- .ant-pagination-next:hover button {
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
+ // .ant-pagination-next:hover button {
|
|
|
+ // color: #fff;
|
|
|
+ // }
|
|
|
|
|
|
- .ant-pagination-disabled {
|
|
|
- border: 1px solid #ccc;
|
|
|
- }
|
|
|
+ // .ant-pagination-disabled {
|
|
|
+ // border: 1px solid #ccc;
|
|
|
+ // }
|
|
|
|
|
|
- .ant-pagination-disabled:hover {
|
|
|
- background-color: transparent;
|
|
|
- }
|
|
|
+ // .ant-pagination-disabled:hover {
|
|
|
+ // background-color: transparent;
|
|
|
+ // }
|
|
|
|
|
|
|
|
|
/* 表格的图片居中 */
|