|
@@ -15,13 +15,13 @@
|
|
|
>打印</el-button
|
|
|
> -->
|
|
|
<div class="illustration">
|
|
|
- <div style="display: flex">
|
|
|
+ <div style="display: flex; align-items: center; margin-right: 5px">
|
|
|
<div class="round1"></div>
|
|
|
- :完成
|
|
|
+ :完成
|
|
|
</div>
|
|
|
- <div style="display: flex">
|
|
|
+ <div style="display: flex; align-items: center">
|
|
|
<div class="round2"></div>
|
|
|
- :未完成
|
|
|
+ :未完成
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -470,7 +470,7 @@ watch(
|
|
|
display: flex;
|
|
|
padding-right: 5%;
|
|
|
align-items: center;
|
|
|
- width: 230px;
|
|
|
+ width: 240px;
|
|
|
justify-content: space-between;
|
|
|
.round2 {
|
|
|
width: 20px;
|