Your Name
2022-07-05 39d90ac360f55f8835920c6e12e5cd1e4246bdcc
src/views/specialWorkSystem/approvalProcess/approveProcessManagement/index.vue
@@ -1,6 +1,8 @@
<template>
   <div class="home-container">
      <el-scrollbar height="100%">
      <el-row>
         <div class="homeCard">
         <el-col :span="12">
            <div class="grid-content topInfo">
               <div>流程名称</div>
@@ -9,8 +11,9 @@
               <el-button plain>重置</el-button>
            </div>
         </el-col>
         </div>
      </el-row>
      <div class="mainPages">
      <div class="homeCard">
         <div class="main-card">
            <el-row class="cardTop">
               <el-col :span="12" class="mainCardBtn">
@@ -65,6 +68,7 @@
            />
         </div>
      </div>
      </el-scrollbar>
   </div>
</template>
@@ -222,19 +226,21 @@
<style scoped lang="scss">
   $homeNavLengh: 8;
   .home-container {
      height: 100%;
      overflow: hidden;
      padding: 20px 40px;
      padding: 20px;
      .homeCard{
         width: 100%;
         padding: 20px;
         background: #fff;
         border-radius: 4px;
      }
      .el-row{
         display: flex;
         align-items: center;
         margin-bottom: 20px;
         &:last-child {
            margin-bottom: 0;
         }
         .el-col{
            display: flex;
            align-items: center;
            margin: 20px 0;
         }
         .grid-content{
            align-items: center;
@@ -261,12 +267,11 @@
      }
      .main-card{
         width: 100%;
         padding: 20px;
         background: #fff;
         .cardTop{
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
            .mainCardBtn{
               margin: 0;
            }