luobisheng
2022-12-09 5adfc94bf31302daf5004fa2b532399940214314
点位管理
2个文件已修改
21 ■■■■■ 已修改文件
src/views/operate/myWait/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemSetting/device/point/index.vue 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/myWait/index.vue
@@ -568,7 +568,6 @@
  &::v-deep .el-dialog__close {
    width: 20px;
    height: 20px;
    // color: #fff;
  }
  &::v-deep .el-dialog__body {
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;