提交 c56fe3eb 编写于 作者: RedPig97's avatar RedPig97

update:表格分页样式优化

上级 2a7b0dc4
......@@ -8,5 +8,4 @@
@import './card.scss';
@import './data-picker.scss';
@import './button.scss';
@import './input-box.scss';
@import './page.scss';
\ No newline at end of file
@import './input-box.scss';
\ No newline at end of file
.grid-pagination {
height: 44px;
padding: 0 80px 0 20px;
background-color: var(--app-color-white);
display: flex;
justify-content: flex-end;
align-items: center;
gap: 15px;
color: var(--app-color-gray-100);
border-top: 1px solid var(--app-color-gray-400);
.ivu-page {
height: 25px;
display: flex;
}
.ivu-page-simple-pager {
pointer-events: none;
cursor: pointer;
}
.grid-page-pre-pro {
transform: rotate(90deg);
}
.grid-page-next-pro {
transform: rotate(-90deg);
}
.grid-page-pre-pro,.grid-page-next-pro {
font-size: 24px;
margin-top: -2px;
}
.ivu-icon {
font-size: 24px;
color: var(--app-color-gray-100);
}
.grid-pagination__dropdown {
span {
color: var(--app-color-black);
font-weight: 600;
}
.ivu-icon {
margin-left: 15px;
}
}
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册