|
@@ -7,7 +7,9 @@
|
|
|
<div class="launch-todo" @click="jumpOtherPage('待审批')">
|
|
|
<el-row :gutter="5">
|
|
|
<el-col :span="12" class="mt-icon">
|
|
|
- <LeIcon icon-class="icon-processInfo-lingdang" />
|
|
|
+ <div class="flex flex-align-pack-center h-full">
|
|
|
+ <LeIcon icon-class="icon-processInfo-lingdang" />
|
|
|
+ </div>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
<div class="flex flex-v">
|