MrShi
2025-12-17 6b01dc5747fcab6de513a91cc79a8985e0cdc4d2
admin/src/components/common/CommonHeader.vue
@@ -200,9 +200,9 @@
      getAppHeaderNav(type).then(res => {
        if (label === '安防中心') {
          let openWindow = window.open(res, '_blank')
          setTimeout(() => {
            openWindow.close()
          }, 7 * 1000)
          // setTimeout(() => {
          //   openWindow.close()
          // }, 7 * 1000)
        } else {
          window.open(res, '_blank')
        }
@@ -325,7 +325,7 @@
@import "@/assets/style/variables.scss";
.common-header {
  background-color: #2080f7;
  background-color: #1E7FFF;
}
.list {
@@ -335,7 +335,7 @@
    display: flex;
    align-items: center;
    .item {
      margin-right: 40px;
      margin-right: 24px;
      font-size: 16px;
      font-weight: 400;
      display: flex;
@@ -475,9 +475,9 @@
        align-items: center;
        img {
            top: 0 !important;
            width: 24px;
            height: 24px;
            margin-right: 15px;
            width: 20px;
            height: 20px;
            margin-right: 12px;
        }
    }
    .el-dropdown {