
.notification-center[data-v-6726e967] {
  display: inline-block;
}
.notification-button[data-v-6726e967] {
  font-size: 20px;
  padding: 0;
  margin: 0 10px;
}
.notification-header[data-v-6726e967] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.notification-header .title[data-v-6726e967] {
  font-weight: bold;
  font-size: 16px;
}
.notification-list[data-v-6726e967] {
  max-height: 400px;
  overflow-y: auto;
}
.notification-item[data-v-6726e967] {
  padding: 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.notification-item[data-v-6726e967]:hover {
  background-color: #f8f8f8;
}
.notification-item.is-read[data-v-6726e967] {
  opacity: 0.7;
}
.notification-title[data-v-6726e967] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  font-weight: bold;
}
.notification-content[data-v-6726e967] {
  margin-bottom: 5px;
  color: #606266;
  word-break: break-all;
}
.notification-meta[data-v-6726e967] {
  display: flex;
  justify-content: space-between;
  color: #909399;
  font-size: 12px;
}
.empty-notifications[data-v-6726e967] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  color: #909399;
}
.empty-notifications i[data-v-6726e967] {
  font-size: 30px;
  margin-bottom: 10px;
}

/* 调试信息样式 */
.debug-info[data-v-6726e967] {
  position: absolute;
  top: 50px;
  right: 0;
  width: 300px;
  z-index: 1000;
}
.debug-buttons[data-v-6726e967] {
  margin-top: 10px;
  text-align: center;
}


.dynamic-menu .el-menu-item.is-active[data-v-32c639c4] {
  color: #409EFF;
  background-color: #ecf5ff;
}


.app-container[data-v-4190f4de] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.header[data-v-4190f4de] {
  background-color: #001529;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.logo[data-v-4190f4de] {
  display: flex;
  align-items: center;
}
.logo-text[data-v-4190f4de] {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.header-right[data-v-4190f4de] {
  display: flex;
  align-items: center;
}
.notification-component[data-v-4190f4de] {
  margin-right: 20px;
}
.el-dropdown-link[data-v-4190f4de] {
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.main-container[data-v-4190f4de] {
  display: flex;
  flex: 1;
  background-color: #f0f2f5;
}
.sidebar[data-v-4190f4de] {
  background-color: #001529;
  height: calc(100vh - 60px);
  overflow-y: auto;
}
.el-menu-vertical[data-v-4190f4de] {
  height: 100%;
  border-right: none;
}
.el-menu-vertical[data-v-4190f4de]:not(.el-menu--collapse) {
  width: 220px;
}
.main-content[data-v-4190f4de] {
  padding: 20px;
  overflow-y: auto;
  height: calc(100vh - 60px);
}


body {
  margin: 0;
  padding: 0;
}
#app {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
}
.el-header {
  padding: 0;
}
.el-footer {
  text-align: center;
  line-height: 60px;
}
.el-image-viewer__img {
  background-color: white;
}

