Quellcode durchsuchen

新增巡检修改

duy vor 1 Jahr
Ursprung
Commit
ca81001064
1 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
  1. 4 2
      src/views/patrol/add.vue

+ 4 - 2
src/views/patrol/add.vue

@@ -1,7 +1,7 @@
 <!--  -->
 <template>
     <div class="hc-page-box">
-        <HcNewCard ui="bgGray">
+        <HcNewCard ui="bgGray" style="overflow-y: auto;">
             <template #extra>
                 <el-button
                     hc-btn
@@ -135,7 +135,7 @@
                     </el-col>
                     <el-col :span="24">
                         <div class="hc-process-box">
-                            <el-scrollbar style="max-height: 200px;">
+                            <el-scrollbar style="max-height: 200px;overflow-y: auto;">
                                 <div v-for="(item, index) in processDataList" class="process-item-box">
                                     <div class="process-item">
                                         {{ item.path }}
@@ -296,6 +296,8 @@ const tableData = ref([
     { id: 1, name: '名称1', text: '文本1', color: 'red', key12:'xxxxx.pdf' },
     { id: 2, name: '名称2', text: '文本2', color: 'blue', key12:'xxxxx.pdf' },
     { id: 3, name: '名称3', text: '文本3', color: '无', key12:'' },
+ 
+
 ])