diff --git a/src/assets/common/bg_banner.png b/src/assets/common/bg_banner.png index c18bc81..a6c3bb8 100644 Binary files a/src/assets/common/bg_banner.png and b/src/assets/common/bg_banner.png differ diff --git a/src/assets/common/bg_banner_1.png b/src/assets/common/bg_banner_1.png new file mode 100644 index 0000000..c18bc81 Binary files /dev/null and b/src/assets/common/bg_banner_1.png differ diff --git a/src/assets/common/bg_banner_footer.png b/src/assets/common/bg_banner_footer.png new file mode 100644 index 0000000..7ad0d63 Binary files /dev/null and b/src/assets/common/bg_banner_footer.png differ diff --git a/src/assets/common/deviceTotal.png b/src/assets/common/deviceTotal.png new file mode 100644 index 0000000..bb742aa Binary files /dev/null and b/src/assets/common/deviceTotal.png differ diff --git a/src/components/CustomTable/src/baseTable.scss b/src/components/CustomTable/src/baseTable.scss index fa28b69..6672cb6 100644 --- a/src/components/CustomTable/src/baseTable.scss +++ b/src/components/CustomTable/src/baseTable.scss @@ -65,6 +65,9 @@ } } } + .fixed_pagination{ + padding: 12px 20px 0; + } /* full_table */ &.full_table { .el-table--large .el-table__cell { @@ -99,6 +102,9 @@ } } } + .fixed_pagination{ + padding: 28px 20px; + } } } diff --git a/src/styles/element-plus.scss b/src/styles/element-plus.scss index e4faf0d..f6b0b83 100644 --- a/src/styles/element-plus.scss +++ b/src/styles/element-plus.scss @@ -51,7 +51,6 @@ justify-content: flex-end; right: 0; bottom: 0; - padding: 28px 20px; } .noneFixed_pagination { display: flex; diff --git a/src/views/dashboard/PoleMonitor.scss b/src/views/dashboard/PoleMonitor.scss index 107d497..e211228 100644 --- a/src/views/dashboard/PoleMonitor.scss +++ b/src/views/dashboard/PoleMonitor.scss @@ -1,15 +1,24 @@ .pole-monitor-wrap { background-image: url("@/assets/common/bg_banner.png"); - // background-color: red; - background-size: contain; - background-position: center; - background-repeat: no-repeat; + // background-color: red; + background-size: contain; + background-position: center; + background-repeat: no-repeat; +.bg_footer_desp{ + width: 100%; + height: 20px; + background-image: url("@/assets/common/bg_banner_footer.png"); + // background-color: red; + background-size: contain; + background-position: bottom center; + background-repeat: no-repeat; +} + .search-section { padding: 16px 0; } .pole-main-content { width: 100%; - } .pole-monitor-search-box { diff --git a/src/views/dashboard/PoleMonitor.vue b/src/views/dashboard/PoleMonitor.vue index 88edc7a..d3dd0c2 100644 --- a/src/views/dashboard/PoleMonitor.vue +++ b/src/views/dashboard/PoleMonitor.vue @@ -2,7 +2,7 @@ * @Author: donghao donghao@supervision.ltd * @Date: 2025-03-06 15:15:01 * @LastEditors: donghao donghao@supervision.ltd - * @LastEditTime: 2025-03-12 14:06:27 + * @LastEditTime: 2025-03-12 14:31:43 * @FilePath: \vite-ai\data-dashboard\src\views\dashboard\PoleMonitor.vue * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -19,7 +19,7 @@ -