Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6cf3de01
authored
Dec 27, 2024
by
GoldenZqqq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 样式布局优化
parent
7c7fbba2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
10 deletions
+4
-10
src/views/bpm/model/form/BasicInfo.vue
+2
-8
src/views/bpm/model/form/index.vue
+2
-2
No files found.
src/views/bpm/model/form/BasicInfo.vue
View file @
6cf3de01
<
template
>
<el-form
ref=
"formRef"
:model=
"modelData"
:rules=
"rules"
label-width=
"120px"
class=
"mt-20px w-600px"
>
<el-form
ref=
"formRef"
:model=
"modelData"
:rules=
"rules"
label-width=
"120px"
class=
"mt-20px"
>
<el-form-item
label=
"流程标识"
prop=
"key"
class=
"mb-20px"
>
<div
class=
"flex items-center"
>
<el-input
class=
"!w-4
8
0px"
class=
"!w-4
4
0px"
v-model=
"modelData.key"
:disabled=
"!!modelData.id"
placeholder=
"请输入流标标识"
...
...
src/views/bpm/model/form/index.vue
View file @
6cf3de01
...
...
@@ -52,7 +52,7 @@
<!-- 主体内容 -->
<div
class=
"mt-50px"
>
<!-- 第一步:基本信息 -->
<div
v-if=
"currentStep === 0"
class=
"mx-auto
max-w-1024
px"
>
<div
v-if=
"currentStep === 0"
class=
"mx-auto
w-560
px"
>
<BasicInfo
v-model=
"formData"
:categoryList=
"categoryList"
...
...
@@ -62,7 +62,7 @@
</div>
<!-- 第二步:表单设计 -->
<div
v-if=
"currentStep === 1"
class=
"mx-auto
max-w-1024
px"
>
<div
v-if=
"currentStep === 1"
class=
"mx-auto
w-560
px"
>
<FormDesign
v-model=
"formData"
:formList=
"formList"
ref=
"formDesignRef"
/>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment