diff --git a/kicc-ui/src/views/system/config/ConfigModal.vue b/kicc-ui/src/views/system/config/ConfigModal.vue index b9ad529b..43960547 100644 --- a/kicc-ui/src/views/system/config/ConfigModal.vue +++ b/kicc-ui/src/views/system/config/ConfigModal.vue @@ -5,6 +5,7 @@ @ok="handleSubmit" > diff --git a/kicc-ui/src/views/system/config/index.vue b/kicc-ui/src/views/system/config/index.vue index add14946..6ef74514 100644 --- a/kicc-ui/src/views/system/config/index.vue +++ b/kicc-ui/src/views/system/config/index.vue @@ -4,8 +4,8 @@ :model="state.queryParams" layout="inline" :colon="false" - :labelCol="{ style: { width: '80px', 'margin-bottom': '5px' } }" - :wrapperCol="{ style: { width: '300px', 'margin-bottom': '5px' } }" + :labelCol="{ span: 6 }" + :wrapperCol="{ style: { width: '260px', 'margin-bottom': '5px' } }" >