|
|
|
@ -73,7 +73,7 @@
|
|
|
|
</el-icon>
|
|
|
|
</el-icon>
|
|
|
|
当前模式
|
|
|
|
当前模式
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<el-button class="mode-button active">{{ info.Mode ? '手动' : '自动' }}</el-button>
|
|
|
|
<el-button style="margin-bottom: 0;" class="mode-button active">{{ info.Mode ? '手动' : '自动' }}</el-button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="circuit-section">
|
|
|
|
<div class="circuit-section">
|
|
|
|
@ -650,9 +650,9 @@ onUnmounted(() => {
|
|
|
|
.param-list {
|
|
|
|
.param-list {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
padding: 10px;
|
|
|
|
padding: 5px 10px;
|
|
|
|
flex: 1;
|
|
|
|
flex: 1;
|
|
|
|
gap: 8px;
|
|
|
|
gap: 5px;
|
|
|
|
justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ -863,8 +863,11 @@ onUnmounted(() => {
|
|
|
|
background: rgba(255, 255, 255, 0.08);
|
|
|
|
background: rgba(255, 255, 255, 0.08);
|
|
|
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
|
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
|
|
border-radius: 12px;
|
|
|
|
border-radius: 12px;
|
|
|
|
padding: 10px;
|
|
|
|
padding: 0 10px;
|
|
|
|
backdrop-filter: blur(10px);
|
|
|
|
backdrop-filter: blur(10px);
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.control-title {
|
|
|
|
.control-title {
|
|
|
|
|