diff --git a/assets/css/page.scss b/assets/css/page.scss index c2abb05..7049970 100644 --- a/assets/css/page.scss +++ b/assets/css/page.scss @@ -1902,4 +1902,28 @@ $shadow-md: 0 2rpx 12rpx rgba(0, 0, 0, 0.06); color: #b0bec5; } } +} + +// ===== 不合格区域切换动画 ===== +.fail-section { + max-height: 0; + overflow: hidden; + opacity: 0; + transform: translateY(-20rpx); + transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease; + + &.is-visible { + max-height: 600rpx; + } + + &.is-enter { + opacity: 1; + transform: translateY(0); + } + + &.is-leave { + max-height: 0; + opacity: 0; + transform: translateY(-20rpx); + } } \ No newline at end of file diff --git a/scanpages/hj/do_anti_rust.vue b/scanpages/hj/do_anti_rust.vue index 0e2816f..5998f32 100644 --- a/scanpages/hj/do_anti_rust.vue +++ b/scanpages/hj/do_anti_rust.vue @@ -482,27 +482,4 @@ $shadow-md: 0 2rpx 12rpx rgba(0, 0, 0, 0.04), 0 8rpx 24rpx rgba(0, 0, 0, 0.06); } -// ===== 不合格区域切换动画 ===== -.fail-section { - max-height: 0; - overflow: hidden; - opacity: 0; - transform: translateY(-20rpx); - transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease; - - &.is-visible { - max-height: 600rpx; - } - - &.is-enter { - opacity: 1; - transform: translateY(0); - } - - &.is-leave { - max-height: 0; - opacity: 0; - transform: translateY(-20rpx); - } -} diff --git a/scanpages/hj/material_sampling.vue b/scanpages/hj/material_sampling.vue index 6f87682..c835ea4 100644 --- a/scanpages/hj/material_sampling.vue +++ b/scanpages/hj/material_sampling.vue @@ -15,6 +15,95 @@ + + + + + 下料填报 + + + + + 下料长度 + + + + + + + 坡口形式 + + + + + + + 坡口角度 + + + + + + + + + + + + 检查信息 + + + + + 检查结果 + + + + + + + + + 不合格原因 + +