From 5adfc94bf31302daf5004fa2b532399940214314 Mon Sep 17 00:00:00 2001 From: luobisheng <727299681@qq.com> Date: 星期五, 09 十二月 2022 14:30:33 +0800 Subject: [PATCH] 点位管理 --- src/views/systemSetting/device/point/index.vue | 20 ++++++++++++++------ 1 files changed, 14 insertions(+), 6 deletions(-) diff --git a/src/views/systemSetting/device/point/index.vue b/src/views/systemSetting/device/point/index.vue index ec1b585..03fe51e 100644 --- a/src/views/systemSetting/device/point/index.vue +++ b/src/views/systemSetting/device/point/index.vue @@ -28,8 +28,7 @@ <div v-for="item in videoData" style=" - height: 240px; - width: 210px; + width: 240px; position: relative; margin-left: 20px; " @@ -55,9 +54,6 @@ width="210px" height="150px" ></video> - <div class="bottonOne" @click="">鏌ョ湅瑙嗛</div> - <div class="bottonTwo">瑙嗛涓婃姤</div> - <div class="bottonThird">瀵硅</div> </div> </el-main> <el-footer> @@ -134,9 +130,21 @@ margin-left: 90px; cursor: pointer; } + .el-pagination { - line-height: 40px; + &::v-deep li, + &::v-deep .btn-prev, + &::v-deep .btn-next { + background-color: #071f39; + color: #4b9bb7; + } + + &::v-deep .active { + background-color: #409eff; + color: #fff; + } } + .bottonThird { color: rgb(75, 155, 183); font-size: 11px; -- Gitblit v1.8.0