This commit is contained in:
parent
ff3894d603
commit
3ac3bea101
|
|
@ -352,11 +352,11 @@
|
||||||
<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"
|
||||||
>提交</el-button
|
>提 交</el-button
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
|
||||||
|
|
@ -304,10 +304,10 @@
|
||||||
<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
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue