|
@@ -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:'' },
|
|
|
+
|
|
|
+
|
|
|
])
|
|
|
|
|
|
|