chore(admin-ui): pagination links no-underline; fix platform order syncable test seed
This commit is contained in:
@@ -138,6 +138,14 @@
|
||||
margin-top:16px;
|
||||
}
|
||||
|
||||
/* 强制去掉分页区域下划线:避免被全局 a:hover{text-decoration:underline;} 影响 */
|
||||
.adm-pagination a,
|
||||
.adm-pagination a:hover,
|
||||
.adm-pagination a:focus,
|
||||
.adm-pagination a:active{
|
||||
text-decoration:none !important;
|
||||
}
|
||||
|
||||
.adm-pagination-inner{
|
||||
display:flex;
|
||||
align-items:center;
|
||||
|
||||
Reference in New Issue
Block a user