fix: 修复报错内容
This commit is contained in:
@@ -159,6 +159,19 @@ button:disabled {
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.cover-tools {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.cover-tools button {
|
||||
margin-top: 0;
|
||||
width: auto;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.status {
|
||||
min-height: 22px;
|
||||
margin-top: 8px;
|
||||
|
||||
Reference in New Issue
Block a user