ttk-app-core
Version:
enterprise develop framework
25 lines • 456 B
text/less
.ttk-table-app-simplerpt {
width: 100%;
padding: 10px;
overflow: hidden;
&-header{
height: 90px;
overflow: hidden;
}
&-header-title{
text-align: center;
font-size: 24px;
}
.mk-table {
overflow: auto;
}
&-cell-right {
text-align: right;
}
&-total-cell {
color: #FF7F00
}
.ant-table-tbody>tr>td {
border-bottom: 1px solid #e9e9e9;
}
}