refactor: migrate frontend admin page
This commit is contained in:
@@ -21,6 +21,18 @@ div.paperbox-item-words {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
// 多行卡片样式(作用于管理员用户列表项、会话令牌项等内部需要纵向堆叠多个字段的卡片)
|
||||
div.paperbox-item-multiline-words {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
align-items: flex-start;
|
||||
|
||||
flex-grow: 1;
|
||||
flex-basis: 0;
|
||||
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
div.paperbox-item-icon {
|
||||
margin-left: 0.75rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user