123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- html[data-theme='dark'] {
- .@{ventSpace}-pagination {
- &.mini {
- .@{ventSpace}-pagination-prev,
- .@{ventSpace}-pagination-next,
- .@{ventSpace}-pagination-item {
- background-color: rgb(255 255 255 / 4%) !important;
- a {
- color: #8b949e !important;
- }
- }
- .@{ventSpace}-select-arrow {
- color: @text-color-secondary !important;
- }
- .@{ventSpace}-pagination-item-active {
- background-color: @primary-color !important;
- border: none;
- border-radius: none !important;
- a {
- color: @white !important;
- }
- }
- }
- }
- }
- .@{ventSpace}-pagination {
- margin-right: 20px !important;
- margin-top: 5px !important;
- display: flex;
- align-items: center;
- &.mini {
- .@{ventSpace}-pagination-prev,
- .@{ventSpace}-pagination-next {
- font-size: 12px;
- color: @text-color-base;
- border: 1px solid;
- }
- .@{ventSpace}-pagination-prev:hover,
- .@{ventSpace}-pagination-next:hover,
- .@{ventSpace}-pagination-item:focus,
- .@{ventSpace}-pagination-item:hover {
- a {
- color: @primary-color;
- }
- }
- .@{ventSpace}-pagination-prev,
- .@{ventSpace}-pagination-next,
- .@{ventSpace}-pagination-item {
- margin: 0 4px !important;
- //update-begin---author:scott ---date:2022-09-30 for:【美化】Table分页页面默认背景色丑,去掉-----------
- //background-color: #f4f4f5 !important;
- //update-end---author:scott ---date::2022-09-30 for:【美化】Table分页页面默认背景色丑,去掉------------
- border: none;
- border-radius: none !important;
- a {
- margin-top: 1px;
- color: #ffffff;
- }
- &:last-child {
- margin-right: 0 !important;
- }
- }
- .@{ventSpace}-pagination-item-active {
- background-color: @primary-color !important;
- border: none;
- border-radius: none !important;
- a {
- color: @white !important;
- }
- }
- .@{ventSpace}-pagination-options {
- margin-left: 12px;
- .@{ventSpace}-select-selector{
- // height: 25px !important;
- }
- }
- .@{ventSpace}-pagination-options-quick-jumper input {
- height: 22px;
- margin: 0 6px;
- line-height: 22px;
- text-align: center;
- }
- .@{ventSpace}-select-arrow {
- color: @border-color-shallow-dark;
- }
- }
- &-disabled {
- display: none !important;
- }
- }
|