Browse Source

debug slider

master
maochaoying 2 years ago
parent
commit
c7c64fafcd
  1. 14
      src/components/Debug.vue
  2. 9
      src/style.scss

14
src/components/Debug.vue

@ -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;
}
}
}
}

9
src/style.scss

@ -11,3 +11,12 @@ body {
.t-button--variant-text {
padding-left: 0;
}
.t-slider__rail {
height: 13px !important;
top: 3px;
}
.t-slider__track {
height: 13px !important;
}
Loading…
Cancel
Save