lct
Your Name
2022-07-07 fd285d6245ddd54c2eef8237eb878f573d665f94
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,19 +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;
@@ -265,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;
            }