From 10c28ce3d0b384584c77ce9111a66a0641250752 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期四, 27 二月 2025 18:30:32 +0800 Subject: [PATCH] 最新版本541200007 --- admin/src/layouts/TableLayout.vue | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/admin/src/layouts/TableLayout.vue b/admin/src/layouts/TableLayout.vue index 2a12773..77c558e 100644 --- a/admin/src/layouts/TableLayout.vue +++ b/admin/src/layouts/TableLayout.vue @@ -1,4 +1,4 @@ -<template> + <template> <div class="table-layout"> <!-- 澶撮儴 --> <!-- <div v-if="withBreadcrumb" class="table-header"> @@ -6,6 +6,7 @@ <el-breadcrumb-item v-for="path in paths" :key="path">{{path}}</el-breadcrumb-item> </el-breadcrumb> </div>--> + <!-- <div style="height:10px;"></div> --> <Profile :roles="roles" :permissions="permissions"> <!-- 鎼滅储琛ㄥ崟閮ㄥ垎 --> <div class="table-search-form"> @@ -59,6 +60,7 @@ height: 100%; display: flex; flex-direction: column; + margin-top: 10px; .not-allow-wrap { padding-top: 0; } @@ -87,6 +89,7 @@ display: flex; flex-wrap: wrap; padding: 0 16px; + margin-bottom: 10px; .form-wrap { padding: 16px 16px 0 16px; width: 100%; @@ -103,10 +106,9 @@ } // 鍒楄〃鍜屽垎椤� .table-content { - margin-top: 10px; padding: 0 16px; .table-wrap { - padding: 16px 16px 0 16px; + padding: 16px 16px 60px 16px; background: #fff; // 宸ュ叿鏍� .toolbar { @@ -154,6 +156,14 @@ .table-pagination { padding: 16px 0; text-align: left; + display: block; + z-index: 100; + width: -webkit-fill-available; + /* width: 80%; */ + position: fixed; + bottom: 30px; + background-color: white; + margin-right: 50px; } } } -- Gitblit v1.9.3