feat: 添加 Docker 环境轮询监听支持并优化渲染设置卡片样式

This commit is contained in:
caoxiaozhu
2026-05-09 08:25:54 +00:00
parent 4fbd313f35
commit 6d91528b7c
5 changed files with 64 additions and 23 deletions

View File

@@ -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;