
.footer[data-v-68bf6bd2]{height:45px;line-height:45px;text-align:center;padding:0 30px;color:#999;font-size:12px;background:#fefefe;}


.el-menu[data-v-477d447e]{width:160px;border-right:none;}


.checkbox-container[data-v-4c731c67] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 垂直布局 */
}

/* 或者你也可以设置el-checkbox为块级元素 */
.checkbox-container .el-checkbox[data-v-4c731c67] {
  display: block;
  margin-bottom: 10px; /* 可选，增加间距 */
}

