From 4d89a6ee395014de6c07734342715a9cb429cd87 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123 <819527061@qq.com>
Date: 星期三, 12 七月 2023 15:11:11 +0800
Subject: [PATCH] 样式
---
src/assets/css/main.css | 3 +--
src/components/page/ticketBlack/index.vue | 12 +++++++++---
2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/src/assets/css/main.css b/src/assets/css/main.css
index f483d66..eb44e09 100644
--- a/src/assets/css/main.css
+++ b/src/assets/css/main.css
@@ -36,7 +36,7 @@
width: auto;
height: 100%;
/*padding: 10px;*/
- overflow-y: scroll;
+ overflow-y: auto;
box-sizing: border-box;
background: white;
}
@@ -44,7 +44,6 @@
.content-collapse {
left: 65px;
}
-
.container {
/*padding: 30px;*/
background: #fff;
diff --git a/src/components/page/ticketBlack/index.vue b/src/components/page/ticketBlack/index.vue
index 8a47660..c66e6f6 100644
--- a/src/components/page/ticketBlack/index.vue
+++ b/src/components/page/ticketBlack/index.vue
@@ -37,7 +37,7 @@
</template>
</el-table-column>
</el-table>
- <el-pagination background @size-change="onPageSizeChange" @current-change="onCurrentPageChange" :current-page="pageData.currentPage" :page-size="pageData.pageSize" :total="pageData.total" style="padding: 10px 10px 600px 600px;"></el-pagination>
+ <el-pagination class="pageFoot" background @size-change="onPageSizeChange" @current-change="onCurrentPageChange" :current-page="pageData.currentPage" :page-size="pageData.pageSize" :total="pageData.total" style="padding: 10px 10px 600px 600px;"></el-pagination>
<el-dialog title="缂栬緫" :visible.sync="flag" width="30%">
<el-form :model="formData" ref="formData" label-width="100px">
@@ -167,6 +167,12 @@
}
</script>
-<style scoped>
-
+<style lang="scss" scoped>
+.pageFoot{
+ width: 60%;
+ padding: 0!important;
+ display: flex;
+ flex-direction: row-reverse;
+ margin-top: 5px;
+}
</style>
--
Gitblit v1.9.1