|
|
@ -161,7 +161,7 @@ const onClose = async () => { |
|
|
|
</script> |
|
|
|
|
|
|
|
<template> |
|
|
|
<FtDialog visible title="喷涂环境设置" width="780px"> |
|
|
|
<FtDialog visible title="喷涂环境设置" width="70%"> |
|
|
|
<div style="padding: 10px;"> |
|
|
|
<div style="display: flex; align-items: center; margin: 10px 0;font-size: 15px;justify-content: center;"> |
|
|
|
<div style="display: flex; align-items: center; width: 20%; margin-right: 30px"> |
|
|
@ -219,29 +219,14 @@ const onClose = async () => { |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<template #footer> |
|
|
|
<div class="button-footer"> |
|
|
|
<FtButton type="default" :click-handle="onClose"> |
|
|
|
关闭 |
|
|
|
</FtButton> |
|
|
|
</div> |
|
|
|
<FtButton type="default" :click-handle="onClose"> |
|
|
|
关闭 |
|
|
|
</FtButton> |
|
|
|
</template> |
|
|
|
</FtDialog> |
|
|
|
</template> |
|
|
|
|
|
|
|
<style scoped lang="scss"> |
|
|
|
// 添加旋转动画 |
|
|
|
@keyframes spin { |
|
|
|
0% { |
|
|
|
transform: rotate(0deg); |
|
|
|
} |
|
|
|
100% { |
|
|
|
transform: rotate(360deg); |
|
|
|
} |
|
|
|
} |
|
|
|
.button-footer { |
|
|
|
margin: 30px; |
|
|
|
} |
|
|
|
|
|
|
|
.num-text { |
|
|
|
color: var(--el-color-primary); |
|
|
|
font-weight: 900; |
|
|
|