
#OrdersManage h3 {
      margin: 7px 0 0 0
}
#OrdersManage .ordersPre {
      float: right
}
.ordersDetails .is-horizontal {
      display: none;
}
.ordersDetails .el-scrollbar__wrap {
      overflow-x: hidden;
}
.ordersDetails .el-table--scrollable-x .el-table__body-wrapper {
  //overflow-x: hidden;
}
.ordersDetailTable_scroll {
  //height: 10px;
  //overflow-x: auto;
}
.ordersDetailTable_div {
  //height: 10px;
}


[data-v-8ebbbf6a] .el-textarea.is-disabled .el-textarea__inner {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  color: red;
  cursor: not-allowed;
}

