@charset "UTF-8";
/*
    项目通用颜色变量
*/
/*
    zIndex层级
*/
/*
    各种字体大小
*/
/*
    字体颜色
*/
/*
    基础路径
*/
[data-v-61a0cd75]:export {
  menuText: #ffffff;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #23345E;
  menuHover: #1890FF;
  subMenuBg: #23345E;
  subMenuHover: #1890FF;
  sideBarWidth: 256px;
}
.table[data-v-61a0cd75] {
  width: 100%;
  height: 100%;
}
.table .tableForm[data-v-61a0cd75], .table .tableList[data-v-61a0cd75] {
    height: 100%;
}
.table .tableForm.system[data-v-61a0cd75], .table .tableList.system[data-v-61a0cd75] {
      height: calc(100% - 44px);
}
.table .systemBottom[data-v-61a0cd75] {
    width: 100%;
    max-height: 44px;
    overflow: hidden;
}

