
.tmp[data-v-205b7318] {
  white-space: nowrap;
  /*强制单行显示*/
  text-overflow: ellipsis;
  /*超出部分省略号表示*/
  overflow: hidden;
  /*超出部分隐藏*/
  width: 260px;
  /*设置显示的最大宽度*/
  display: inline-block;
  cursor: pointer;
  /*鼠标悬停变小手*/
}
.cancel_btn[data-v-205b7318] {
  float: none;
}
.add_btn[data-v-205b7318] {
  float: none;
}
.table-wrap[data-v-205b7318] {
  margin-top: 20px;
}
.option-wrap[data-v-205b7318] {
  display: flex;
  justify-content: space-between;
}
.class_title[data-v-205b7318]{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 160px;
    display: inline-block;
    cursor: pointer;
}

