Browse Source

chore: font-size

master
wangxiang 2 years ago
parent
commit
cd9d664bc9
No known key found for this signature in database
GPG Key ID: 1BA7946AB6B232E4
  1. 2
      src/views/workflow/task/TaskForm.vue

2
src/views/workflow/task/TaskForm.vue

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<template>
<div :class="prefixCls">
<ALayoutContent class="m-10">
<h4 class="text-center">{{ state.formTitle }}</h4>
<h4 class="text-center text-lg pb-2">{{ state.formTitle }}</h4>
<ATable v-model:activeKey="state.taskSelectedTab"
class="bg-white"
:tab-bar-style="{ 'padding-left': '13px' }"

Loading…
Cancel
Save