Admin
2022-07-05 cffe20b222f298a757e96e2b2e08c8baa3834bb4
src/views/specialWorkSystem/approvalProcess/approveProcessManagement/index.vue
@@ -2,6 +2,7 @@
   <div class="home-container">
      <el-scrollbar height="100%">
      <el-row>
         <div class="homeCard">
         <el-col :span="12">
            <div class="grid-content topInfo">
               <div>流程名称</div>
@@ -10,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">
@@ -226,18 +228,19 @@
   .home-container {
      height: 100%;
      overflow: hidden;
      background: #fff;
      padding: 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;
@@ -264,8 +267,6 @@
      }
      .main-card{
         width: 100%;
         padding: 20px;
         background: #fff;
         .cardTop{
            display: flex;
            align-items: center;