完成全部页面分页组件的抽取
This commit is contained in:
@@ -131,7 +131,7 @@ function onDel(item: LangItem) {
|
||||
.table-header { display: flex; flex-direction: row; background-color: #f8f8f9; }
|
||||
.th { padding: 12px 10px; font-size: 13px; font-weight: bold; color: #515a6e; border-bottom: 1px solid #f0f0f0; text-align: center; }
|
||||
.tr { display: flex; flex-direction: row; align-items: center; border-bottom: 1px solid #f0f0f0; min-height: 50px; }
|
||||
.td { padding: 10px; font-size: 13px; color: #515a6e; text-align: center; }
|
||||
.td { padding: 10px; font-size: 13px; color: #515a6e; text-align: center; display: flex; flex-direction:row }
|
||||
.action-btn { font-size: 13px; color: #1890ff; margin-right: 8px; cursor: pointer; }
|
||||
.action-btn-del { font-size: 13px; color: #ed4014; cursor: pointer; }
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user