diff --git a/src/components/common/FTButton/index.vue b/src/components/common/FTButton/index.vue index 73c391a..aa94953 100644 --- a/src/components/common/FTButton/index.vue +++ b/src/components/common/FTButton/index.vue @@ -100,6 +100,19 @@ defineExpose({ .button-disabled { opacity: 0.5; } +.my-button-large { + height: 40px; + font-size: 14px; + padding: 3px 15px; + .el-icon { + position: absolute; + left: 3px; + svg { + width: 25px; + } + } +} + .my-button-small { height: 25px; font-size: 12px; diff --git a/src/views/home/index.vue b/src/views/home/index.vue index d463167..4aad9ea 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -495,109 +495,103 @@ const take_photo = async () => {
- - + + 开门 - - + + 关门 - - - - + + 开始实验 - - - 停止实验 - - - - + + 选择工艺 - - + + 执行工艺 + + + 停止实验 + + - - + + 预充管路 - - + + 添加溶液 - - - - + + 开始摇匀 - - - 停止摇匀 - - - - + + 移至加热 - - + + 移至加液 + + + 停止摇匀 + + - - + + 开始加热 - - + + 停止加热 + + + 抬起托盘 + + - - + + 开始散热 - - + + 停止散热 - - - - - 抬起托盘 - - - - + + 降下托盘 @@ -667,7 +661,7 @@ const take_photo = async () => { justify-content: flex-end; .el-row { height: fit-content; - margin: 5px 0; + margin: 10px 0; .el-col { display: flex; justify-content: center;