From c7c64fafcda074051920de3dfc7be9fb510b7343 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Tue, 1 Aug 2023 09:58:48 +0800 Subject: [PATCH] debug slider --- src/components/Debug.vue | 14 ++++++++++++-- src/style.scss | 9 +++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/src/components/Debug.vue b/src/components/Debug.vue index aa8b79a..b1c20f7 100644 --- a/src/components/Debug.vue +++ b/src/components/Debug.vue @@ -75,6 +75,10 @@
{{ recognitionResult }}
+ 保存参数到指定堆芯:(在检测时会自动带入当前堆芯的相机参数) + { } .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; + } } } } diff --git a/src/style.scss b/src/style.scss index ea1acd6..06ad4f9 100644 --- a/src/style.scss +++ b/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; +}