Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
occloud-server
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yangjiarong
occloud-server
Commits
d35dd5bb
Commit
d35dd5bb
authored
2 years ago
by
liuliufashi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
e607ec5e
main
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
index.vue
web-vue-admin/src/views/home/index.vue
+6
-0
index.vue
...e-admin/src/views/pay-list/components/createpay/index.vue
+3
-4
index.vue
web-vue-admin/src/views/pay-list/index.vue
+1
-1
No files found.
web-vue-admin/src/views/home/index.vue
View file @
d35dd5bb
...
...
@@ -229,3 +229,9 @@ defineExpose({
}
}
</
style
>
<
style
>
.ant-layout-content
{
overflow-y
:
scroll
;
height
:
100%
;
}
</
style
>
This diff is collapsed.
Click to expand it.
web-vue-admin/src/views/pay-list/components/createpay/index.vue
View file @
d35dd5bb
...
...
@@ -2,7 +2,7 @@
<div
class=
"page"
>
<!--
{{
props
.
props
.
propsData
.
isCad
}}
-->
<div
class=
"title"
>
支付项目信息
</div>
<a-form
style=
"margin-top: 30px"
:model=
"formState"
name=
"basic"
:wrapper-col=
"
{ span: 6 }" autocomplete="off">
<a-form
style=
"margin-top: 30px
;
"
:model=
"formState"
name=
"basic"
:wrapper-col=
"
{ span: 6 }" autocomplete="off">
<a-form-item
label=
"选择商品"
name=
"subject"
:rules=
"rulesRef.subject"
:label-col=
"
{ span: 2 }"
labelAlign="left">
<div
style=
"width:100%;display: flex;align-items: center;"
>
...
...
@@ -46,7 +46,7 @@
</div>
</a-checkbox-group>
</a-form-item>
<a-form-item
label=
"支付前填写手机号"
name=
"price"
:label-col=
"
{ span:
2
}"
<a-form-item
label=
"支付前填写手机号"
name=
"price"
:label-col=
"
{ span:
3
}"
labelAlign="left">
<div
style=
"display: flex;"
>
<a-switch
v-model:checked=
"formState.fullphone"
/>
...
...
@@ -74,7 +74,7 @@
<a-button
type=
"primary"
html-type=
"submit"
@
click=
"onSubmit"
>
确定
</a-button>
</a-form-item>
</a-form>
<img
src=
"../../../../assets/img/show.png"
alt=
""
style=
"width:375px;position: absolute;right: 300px;top: 80px; display: block;border: 1px solid #cccccc;"
/>
<img
src=
"../../../../assets/img/show.png"
alt=
""
style=
"width:375px;position: absolute;right: 300px;
height:85%;
top: 80px; display: block;border: 1px solid #cccccc;"
/>
<a-modal
v-model:visible=
"visible"
title=
"请选择默认用户"
...
...
@@ -302,7 +302,6 @@ defineExpose({
<
style
lang=
"less"
scoped
>
.page
{
width
:
100%
;
.title
{
padding-top
:
20px
;
text-align
:
left
;
...
...
This diff is collapsed.
Click to expand it.
web-vue-admin/src/views/pay-list/index.vue
View file @
d35dd5bb
...
...
@@ -2,7 +2,7 @@
<div>
<div
style=
"display: flex;align-items: center;justify-content: space-between;"
v-if=
"isShow"
>
<div>
<a-input-search
v-model:value=
"value"
placeholder=
"请输入商品名"
style=
"width: 200px;
margin-left: 20px;
"
<a-input-search
v-model:value=
"value"
placeholder=
"请输入商品名"
style=
"width: 200px;"
@
search=
"onGetSearch"
/>
</div>
<div>
...
...
This diff is collapsed.
Click to expand it.
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