Commit 099c2f43 authored by liwenhong's avatar liwenhong

style:表单btn

parent 6c270262
...@@ -30,12 +30,12 @@ ...@@ -30,12 +30,12 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item> <el-form-item>
<el-button type="primary" size="small" @click="getActivityList">搜索</el-button> <el-button type="primary" @click="getActivityList">搜索</el-button>
<el-form-item style="margin-left: 50px"> <el-form-item style="margin-left: 20px">
<el-button @click="reset()">重置</el-button> <el-button @click="reset()">重置</el-button>
<!-- <el-button type="primary" @click="getActivityList">搜索</el-button> --> <!-- <el-button type="primary" @click="getActivityList">搜索</el-button> -->
</el-form-item> </el-form-item>
<el-button type="primary" size="small" @click="goReleaseProduc" <el-button type="primary" @click="goReleaseProduc"
>发布拼单</el-button >发布拼单</el-button
> >
</el-form-item> </el-form-item>
...@@ -354,9 +354,9 @@ export default { ...@@ -354,9 +354,9 @@ export default {
height: 100%; height: 100%;
} }
.formitem-wrapper { .formitem-wrapper {
height: 100px; // height: 100px;
display: flex; // display: flex;
align-items: flex-end; // align-items: flex-end;
} }
.table-wrapper { .table-wrapper {
flex: 1; flex: 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment