@jdlinker/linker
Version:
jdLinker 系统模块
60 lines (57 loc) • 1.51 kB
text/less
.jtable-body {
width: 100%;
padding: 12px 16px 12px 16px;
background-color: white;
.jtable-body-header {
padding-bottom: 16px;
display: flex;
justify-content: space-between;
align-items: center;
.jtable-body-header-right {
display: flex;
gap: 8px;
align-items: center;
.jtable-body-header-right-button {
display: flex;
margin-left: 10px;
gap: 8px;
.jtable-setting-item {
color: rgba(0, 0, 0, 0.75);
font-size: 16px;
cursor: pointer;
&:hover {
color: @primary-color-hover;
}
&.active {
color: @primary-color-active;
}
}
}
}
}
.jtable-content {
min-height: 592px;
.jtable-alert {
margin-bottom: 16px;
}
.jtable-card {
.jtable-card-items {
display: grid;
grid-gap: 16px;
.jtable-card-item {
display: flex;
}
}
}
}
.jtable-pagination {
margin-top: 12px;
display: flex;
justify-content: flex-end;
:global {
.ant-pagination-item {
display: none ;
}
}
}
}