| | |
| | | font-family: YouSheBiaoTiHei, YouSheBiaoTiHei; |
| | | font-weight: 400; |
| | | font-size: 45px; |
| | | color: #ffffff; |
| | | line-height: 53px; |
| | | letter-spacing: 11px; |
| | | text-shadow: 0px 4px 1px rgba(19, 80, 143, 0.66), 0px 0px 18px rgba(130, 165, 255, 0.4), |
| | | inset 0px 0px 2px rgba(255, 255, 255, 0.8); |
| | | text-shadow: 0px 4px 1px rgba(19,80,143,0.66), 0px 0px 18px rgba(130,165,255,0.4), inset 0px 0px 2px rgba(255,255,255,0.8); |
| | | text-align: center; |
| | | font-style: normal; |
| | | text-transform: none; |
| | | background: linear-gradient(180deg, #FFFFFF 23%, #E9F8FF 46%, #77BAFF 76%); |
| | | -webkit-background-clip: text; |
| | | color: transparent; |
| | | background-clip: text; |
| | | } |
| | | |
| | | .h-right { |
| | |
| | | await ruleFormRef.value.validate() |
| | | if (!params.value.dock_sns.length) return ElMessage.warning('请选择将要飞行的机巢') |
| | | if (!params.value.longitude) return ElMessage.warning('请选择飞行的点') |
| | | // 先清除,再push |
| | | params.value.action_modes = [{action_actuator_func:'startRecord'}] |
| | | if (isPhoto.value) { |
| | | params.value.action_modes.push({action_actuator_func:'takePhoto'}) |
| | | } |