feat: 添加 Docker 环境轮询监听支持并优化渲染设置卡片样式
This commit is contained in:
@@ -530,14 +530,18 @@
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.switch-group {
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.switch-row {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
.switch-group {
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.rendering-settings-card .switch-group {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.switch-row {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 16px;
|
||||
|
||||
Reference in New Issue
Block a user