流式传输
This commit is contained in:
@ -59,6 +59,21 @@ body {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.toggle-group label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
margin-bottom: 0;
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
.toggle-group input[type="checkbox"] {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
textarea {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user