Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage
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
chenqikuai
source-trace-manage
Commits
41519ab6
Commit
41519ab6
authored
Apr 19, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复按钮展示
parent
4382d99c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
10 deletions
+13
-10
IssuePass.vue
src/views/category/components/IssuePass.vue
+6
-2
index.vue
src/views/pass/PassMaker/index.vue
+7
-8
No files found.
src/views/category/components/IssuePass.vue
View file @
41519ab6
...
...
@@ -130,8 +130,12 @@
</div>
</el-form-item>
</el-form>
<el-button
@
click=
"submit"
type=
"primary"
:disabled=
"disabled"
>
支付并发行
</el-button
<Button
@
click=
"submit"
type=
"primary"
:disabled=
"disabled"
mode=
"elementBtn"
>
支付并发行
</Button
>
<div
class=
"tip_right"
v-if=
"file.name"
>
预计扣除次数
<span
class=
"fee"
>
{{
fee
}}
</span>
次
...
...
src/views/pass/PassMaker/index.vue
View file @
41519ab6
...
...
@@ -230,13 +230,14 @@
</div>
</div>
<div
style=
"width: 587px"
>
<el-button
class=
"submit_btn"
style=
"box-sizing: border-box; height: 40px"
<syButton
mode=
"elementBtn"
class=
"w-full"
style=
"box-sizing: border-box; height: 40px; margin-top: 30pxF"
@
click=
"submit"
type=
"primary"
:disabled=
"disabled"
>
支付并发行
</el-b
utton
>
支付并发行
3
</syB
utton
>
</div>
<div
...
...
@@ -362,6 +363,7 @@ export default defineComponent({
ElProgress
,
ElOption
,
ElButton
,
syButton
,
ElDialog
,
syBusinessForm
,
syDialogInput
,
...
...
@@ -840,10 +842,7 @@ export default defineComponent({
}
}
}
.submit_btn
{
margin-top
:
30px
;
width
:
100%
;
}
.tip_success
{
margin-top
:
13px
;
color
:
#1c2323
;
...
...
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