@charset "UTF-8";
/**
* 修改内边距 需要同步修改 layout 文件下  .cache_box 最小高度, 让当前页面默认最大填充
*         min-height: calc(100vh - 104px - 2倍的内边距);
*/
.table_box[data-v-10d46a99] {
  width: 100%;
  border-top: 1px solid #eff2f7;
  border-left: 1px solid #eff2f7;
}
.table_box .line_title[data-v-10d46a99] {
  min-height: 42px;
  display: flex;
}
.table_box .line_title .item[data-v-10d46a99] {
  flex: 1 1 33.333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #eff2f7;
  border-bottom: 1px solid #eff2f7;
  box-sizing: border-box;
}
.table_box .line[data-v-10d46a99] {
  min-height: 42px;
  display: flex;
}
.table_box .line .item[data-v-10d46a99] {
  flex: 1 1 33.333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #eff2f7;
  border-bottom: 1px solid #eff2f7;
  padding-left: 80px;
}
.table_box .line .item_group[data-v-10d46a99] {
  flex: 1 1 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.table_box .line .item_group .row[data-v-10d46a99] {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  padding-left: 80px;
  border-right: 1px solid #eff2f7;
  border-bottom: 1px solid #eff2f7;
}
@charset "UTF-8";
/**
* 修改内边距 需要同步修改 layout 文件下  .cache_box 最小高度, 让当前页面默认最大填充
*         min-height: calc(100vh - 104px - 2倍的内边距);
*/
.permission_distribution[data-v-2ddf7db3] {
  min-height: calc(100vh - 106px);
  background: #fff;
}
.util_box[data-v-2ddf7db3] {
  padding: 12px 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.util_box .add_permission[data-v-2ddf7db3] {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #2a47b0;
  cursor: pointer;
}
.util_box .add_permission i[data-v-2ddf7db3] {
  font-size: 14px;
}
.util_box .add_permission span[data-v-2ddf7db3] {
  margin-left: 4px;
  font-size: 14px;
}
.tabel_box[data-v-2ddf7db3] {
  padding: 12px 24px;
}
.tabel_box .operate[data-v-2ddf7db3] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabel_box .operate .edit_box[data-v-2ddf7db3] {
  margin: 0 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.tabel_box .operate .edit_box span[data-v-2ddf7db3] {
  font-size: 12px;
  color: #2a47b0;
}
.tabel_box .operate .edit_box img[data-v-2ddf7db3] {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.tabel_box .operate .edit_box2[data-v-2ddf7db3] {
  margin: 0 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.tabel_box .operate .edit_box2 span[data-v-2ddf7db3] {
  font-size: 12px;
  color: #d94f4f;
}
.tabel_box .operate .edit_box2 img[data-v-2ddf7db3] {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
