Admin
2022-07-05 2a389d383a9872157f7bc961f216ad010d24d29b
src/views/specialWorkSystem/approvalProcess/approveProcessManagement/index.vue
@@ -1,5 +1,6 @@
<template>
   <div class="home-container">
      <el-scrollbar height="100%">
      <el-row>
         <el-col :span="12">
            <div class="grid-content topInfo">
@@ -65,6 +66,7 @@
            />
         </div>
      </div>
      </el-scrollbar>
   </div>
</template>
@@ -222,12 +224,13 @@
<style scoped lang="scss">
   $homeNavLengh: 8;
   .home-container {
      height: 100%;
      overflow: hidden;
      padding: 20px 40px;
      background: #fff;
      padding: 40px;
      .el-row{
         display: flex;
         align-items: center;
         margin-bottom: 20px;
         &:last-child {
            margin-bottom: 0;
         }
@@ -267,6 +270,7 @@
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
            .mainCardBtn{
               margin: 0;
            }