This commit is contained in:
parent
ff3894d603
commit
3ac3bea101
|
|
@ -352,7 +352,7 @@
|
||||||
<el-col :span="5">
|
<el-col :span="5">
|
||||||
<div style="text-align: right">
|
<div style="text-align: right">
|
||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="large"
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="onCartSubmit"
|
@click="onCartSubmit"
|
||||||
style="padding: 12px 24px"
|
style="padding: 12px 24px"
|
||||||
|
|
|
||||||
|
|
@ -304,7 +304,7 @@
|
||||||
<el-col :span="2">
|
<el-col :span="2">
|
||||||
<div style="text-align: right">
|
<div style="text-align: right">
|
||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="large"
|
||||||
@click="onCartSubmit"
|
@click="onCartSubmit"
|
||||||
style="padding: 12px 24px; background-color: #1abc9c; color: #fff"
|
style="padding: 12px 24px; background-color: #1abc9c; color: #fff"
|
||||||
>提 交</el-button
|
>提 交</el-button
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue