|
@@ -105,7 +105,7 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-form>
|
|
|
- <div style="display:flex;justify-content: center;">
|
|
|
+ <div class="foot_btn">
|
|
|
<el-button type="danger" plain size="small" style="width:100px" @click="cancel">清空</el-button>
|
|
|
<el-button type="primary" size="small" style="width:100px" @click="search">检索</el-button>
|
|
|
</div>
|
|
@@ -266,6 +266,18 @@ export default {
|
|
|
</style>
|
|
|
<style lang="scss" scoped>
|
|
|
.formSearch{
|
|
|
- padding:10px;
|
|
|
+ padding:10px 10px 50px 10px;
|
|
|
+ }
|
|
|
+ .foot_btn{
|
|
|
+ display:flex;
|
|
|
+ justify-content: center;
|
|
|
+ flex-direction: column;
|
|
|
+ position: fixed;
|
|
|
+ bottom: 10px;
|
|
|
+ right: 45px;
|
|
|
+ &>*{
|
|
|
+ margin: 0;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|