|
|
@ -75,6 +75,10 @@ |
|
|
|
<div class="result">{{ recognitionResult }}</div> |
|
|
|
</div> |
|
|
|
<div class="save_form"> |
|
|
|
<t-tag theme="danger" class="title" |
|
|
|
>保存参数到指定堆芯:(在检测时会自动带入当前堆芯的相机参数)</t-tag |
|
|
|
> |
|
|
|
<!-- <p class="title">保存参数到指定堆芯</p> --> |
|
|
|
<t-select |
|
|
|
v-model="station_core_id" |
|
|
|
class="demo-select-base" |
|
|
@ -515,7 +519,7 @@ onUnmounted(() => { |
|
|
|
} |
|
|
|
.identify_results { |
|
|
|
padding-top: 44px; |
|
|
|
display: flex; |
|
|
|
// display: flex; |
|
|
|
.result_wrap { |
|
|
|
flex: 1; |
|
|
|
.title { |
|
|
@ -525,7 +529,10 @@ onUnmounted(() => { |
|
|
|
color: #191919; |
|
|
|
} |
|
|
|
.result { |
|
|
|
padding: 10px 0; |
|
|
|
padding: 20px; |
|
|
|
border: solid 1px #ddd; |
|
|
|
margin: 20px 0; |
|
|
|
background: #eee; |
|
|
|
} |
|
|
|
} |
|
|
|
.save_form { |
|
|
@ -533,6 +540,9 @@ onUnmounted(() => { |
|
|
|
.save_btn { |
|
|
|
margin-top: 14px; |
|
|
|
} |
|
|
|
.title { |
|
|
|
margin-bottom: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|