.el-message-box__status + .el-message-box__message {
  word-break: break-all;
}
.addOrder {
  /*min-width: 1200px;*/
}
.addOrder .tableSelect .tableSelect-li {
  width: 230px;
  float: left;
  margin-bottom: 10px;
}
.addOrder .tableSelect .tableSelectul {
  overflow: hidden;
  margin: 5px 0;
}
.addOrder .tableSelect .title {
  font-size: 14px;
  text-align: left;
  line-height: 32px;
}
.addOrder .tableSelect .title2 {
  font-size: 14px;
  text-align: left;
}
.addOrder .table {
  margin-top: 20px;
}
.addOrder .table .btn {
  margin-right: 10px;
  cursor: pointer;
}
.addOrder .table .view-order {
  color: #409eff;
  font-size: 15px;
  margin-left: 3px;
  cursor: pointer;
}
.table-operate {
  display: inline-block;
  position: relative;
  width: 60px;
}
.table-operate .table-operate-btn {
  width: 60px;
  margin: 0;
}
.table-operate input.ipt {
  width: 60px;
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  cursor: pointer;
}
