From d5c18517bf33ae8eafcf2e34ac11fe11a0bfd761 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期一, 01 四月 2024 17:59:37 +0800
Subject: [PATCH] 修改检验任务
---
src/components/do/b1-sample/detail.vue | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/components/do/b1-sample/detail.vue b/src/components/do/b1-sample/detail.vue
index c4c1a06..69a72bb 100644
--- a/src/components/do/b1-sample/detail.vue
+++ b/src/components/do/b1-sample/detail.vue
@@ -1,5 +1,5 @@
<template>
- <div style="width: 100%;height: 100%;overflow-y: auto;">
+ <div style="width: 100%;height: 100%;overflow-y: auto;" class="detail">
<div>
<el-row class="title">
<el-col :span="12" style="padding-left: 20px;">鏍峰搧璇︽儏</el-col>
@@ -114,6 +114,10 @@
</script>
<style scoped>
+ .detail::-webkit-scrollbar{
+ width: 0;
+ }
+
.title {
height: 60px;
line-height: 60px;
--
Gitblit v1.9.3