.tj-scrollbar::-webkit-scrollbar{width:5px;height:1px}.tj-scrollbar::-webkit-scrollbar-thumb{width:10px;border-radius:10px;box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:#ddd}.tj-scrollbar::-webkit-scrollbar-track{width:2px;box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:10px;background:#fff}

.tj-menuitem .iconfont {
  vertical-align: middle;
  margin-right: 5px;
  width: 24px;
  text-align: center;
  font-size: 18px;
  padding: 0 3px;
}
/*由于 element-ui 的<el-menu>标签本身希望里面嵌套的是<el-menu-item>,<el-submenu>,<el-menu-item-group>之一，但是却嵌套了<div>,而导致收折就隐藏不了文字*/
/*隐藏文字*/
.el-menu--collapse .el-submenu__title span {
  display: none;
}
/*隐藏 > */
.el-menu--collapse .el-submenu__title .el-submenu__icon-arrow {
  display: none;
}

.el-aside[data-v-7c548994] {
  height: 100%;
  transition: 0.5s ease;
}
.el-aside[data-v-7c548994]::-webkit-scrollbar {
  display: none;
}
.el-menu[data-v-7c548994] {
  border-right: none;
}
.el-menu .iconfont[data-v-7c548994] {
  vertical-align: middle;
  margin-right: 5px;
  width: 24px;
  text-align: center;
  font-size: 18px;
  padding: 0 3px;
}
.el-submenu .el-menu-item[data-v-7c548994] {
  background-color: #222 !important;
}
.el-submenu .el-menu-item[data-v-7c548994]:hover {
  background-color: #000 !important;
}

.tj-footer .tj-footer-img{display:flex;align-items:center;justify-content:flex-end}.tj-footer .tj-footer-img img{height:18px}

