Commit e01711ad authored by menglingjun's avatar menglingjun

fix: 分页组件位置调整

parent a4c6f1df
...@@ -249,7 +249,4 @@ export default { ...@@ -249,7 +249,4 @@ export default {
</script> </script>
<style scoped> <style scoped>
.cust-pagination{
margin-top: 5px!important;
}
</style> </style>
\ No newline at end of file
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</a-button-group> </a-button-group>
</div> </div>
</div> </div>
<div v-if="total > 0" id="components-pagination-demo-mini" slot="footer" slot-scope="data"> <div v-if="total > 0" slot="footer" slot-scope="data">
{{ data.none }} {{ data.none }}
<a-pagination <a-pagination
@change="pageChange" @change="pageChange"
...@@ -264,11 +264,4 @@ export default { ...@@ -264,11 +264,4 @@ export default {
</script> </script>
<style scoped> <style scoped>
.warning-red {
color: red;
}
.cust-pagination{
margin-top: 5px!important;
}
</style> </style>
\ No newline at end of file
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