Commit fe758814e4af6ce0bb38f0691a6a58a4d6cdd4d1
1 parent
c85b8427
报表功能测试完成
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/system/workflowSettingManageList.vue
| ... | ... | @@ -3,10 +3,10 @@ |
| 3 | 3 | <el-row :gutter="20"> |
| 4 | 4 | <el-col :span="24"> |
| 5 | 5 | <el-card> |
| 6 | - <div slot="header" class="clearfix"> | |
| 6 | + <div slot="header" class="flex justify-between"> | |
| 7 | 7 | <span>{{ $t('workflowSettingManage.title') }}</span> |
| 8 | 8 | </div> |
| 9 | - <el-form label-width="120px"> | |
| 9 | + <el-form label-width="120px" class="text-left"> | |
| 10 | 10 | <el-form-item :label="$t('workflowSettingManage.flowName')"> |
| 11 | 11 | <el-input v-model="workflowSettingInfo.flowName" |
| 12 | 12 | :placeholder="$t('workflowSettingManage.flowNamePlaceholder')" disabled /> |
| ... | ... | @@ -84,7 +84,7 @@ |
| 84 | 84 | <el-row :gutter="20" class="mt-20"> |
| 85 | 85 | <el-col :span="24"> |
| 86 | 86 | <el-card> |
| 87 | - <div slot="header" class="clearfix"> | |
| 87 | + <div slot="header" class="flex justify-between"> | |
| 88 | 88 | <span>{{ $t('workflowSettingManage.instructions') }}</span> |
| 89 | 89 | </div> |
| 90 | 90 | <div v-if="workflowSettingInfo.flowType === '70007'"> | ... | ... |