Skip to content

Commit

Permalink
fix: setting form ui
Browse files Browse the repository at this point in the history
  • Loading branch information
贾志伟 committed Apr 8, 2024
1 parent af0ca0f commit a84715f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easily-tools/mock-server-web",
"version": "1.0.3",
"version": "1.0.4",
"files": [
"dist"
],
Expand Down
2 changes: 1 addition & 1 deletion src/components/SettingConf.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template >
<div>
<el-form label-width="72px" class="pt-6 px-4">
<el-form label-width="96px" class="pt-6 px-4">
<el-form-item >
<div class="flex flex-row-reverse w-full gap-4">
<el-button :disabled="!!confData.token" type="primary" @click="$emit('login', confData)">{{ t('global.login') }}</el-button>
Expand Down

0 comments on commit a84715f

Please sign in to comment.