Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xiaojie
fns_backend
Commits
7bb785b2
Commit
7bb785b2
authored
Nov 29, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: 网点管理样式修改
parent
ff162cb0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
21 deletions
+38
-21
index.vue
src/views/Root/OutletManagement/index.vue
+38
-21
No files found.
src/views/Root/OutletManagement/index.vue
View file @
7bb785b2
...
@@ -177,14 +177,25 @@
...
@@ -177,14 +177,25 @@
</FormModelItem>
</FormModelItem>
</div>
</div>
</div>
</div>
<FormModelItem
class=
"base_form_item my-2"
label=
"备注"
prop=
"remark"
style=
"left: 4rem"
>
<div
class=
"flex justify-center"
>
<TextArea
<FormModelItem
placeholder=
"请输入备注"
class=
"base_form_item my-2"
max=
"50"
label=
"备注"
maxlength=
"15"
prop=
"remark"
v-model=
"formData.remark"
style=
"left: -11.3rem"
></TextArea>
>
</FormModelItem>
<div
style=
"width: 566px"
>
<TextArea
placeholder=
"请输入备注"
class=
"w-full"
rows=
"3"
max=
"50"
maxlength=
"15"
v-model=
"formData.remark"
></TextArea>
</div>
</FormModelItem>
</div>
<div
class=
"flex items-center justify-center"
style=
"position: relative; left: -12rem"
>
<div
class=
"flex items-center justify-center"
style=
"position: relative; left: -12rem"
>
<a-button
@
click=
"handleClickCancel"
>
取消
</a-button>
<a-button
@
click=
"handleClickCancel"
>
取消
</a-button>
<a-button
type=
"primary"
class=
"ml-10"
@
click=
"handleClickConfirm"
>
确认
</a-button>
<a-button
type=
"primary"
class=
"ml-10"
@
click=
"handleClickConfirm"
>
确认
</a-button>
...
@@ -352,19 +363,25 @@
...
@@ -352,19 +363,25 @@
</FormModelItem>
</FormModelItem>
</div>
</div>
</div>
</div>
<FormModelItem
<div
class=
"flex justify-center"
>
class=
"base_form_item my-2"
<FormModelItem
label=
"备注"
class=
"base_form_item my-2"
prop=
"remark"
label=
"备注"
style=
"position: relative; left: 3rem"
prop=
"remark"
>
style=
"left: -11.3rem"
<TextArea
>
placeholder=
"请输入备注"
<div
style=
"width: 566px"
>
max=
"50"
<TextArea
maxlength=
"15"
placeholder=
"请输入备注"
v-model=
"formData.remark"
class=
"w-full"
></TextArea>
rows=
"3"
</FormModelItem>
max=
"50"
maxlength=
"15"
v-model=
"formData.remark"
></TextArea>
</div>
</FormModelItem>
</div>
<div
class=
"flex items-center justify-center"
style=
"position: relative; left: -12rem"
>
<div
class=
"flex items-center justify-center"
style=
"position: relative; left: -12rem"
>
<a-button
@
click=
"handleClickCancel"
>
取消
</a-button>
<a-button
@
click=
"handleClickCancel"
>
取消
</a-button>
<a-button
type=
"primary"
class=
"ml-10"
@
click=
"handleClickConfirm"
>
确认
</a-button>
<a-button
type=
"primary"
class=
"ml-10"
@
click=
"handleClickConfirm"
>
确认
</a-button>
...
...
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