@import "./contextMenu.css";

.height-100 {
  height: 100%;
}

/*树节点高亮*/
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
  background-color: #409eff;
  color: white;
}

/*mTable*/
.m-table .el-table__empty-block {
  width: 100% !important;
}

.m-table .el-select-no-tag {
  position: absolute !important;
  right: 0;
  top: -40px;
}

.m-table .el-select-no-tag .el-select__tags {
  display: none;
}

.m-table .el-select-no-tag .el-input--prefix .el-input__inner {
  padding: 0 25px;
}

.m-table .el-select-no-tag .el-input__suffix {
  right: -2px;
}

.m-table .el-select-no-tag .is-focus .el-input__inner,
.m-table .el-select-no-tag .is-focus .el-input__prefix,
.m-table .el-select-no-tag .is-focus .el-input__icon {
  color: #1D57C1 !important;
  border-color: #1D57C1 !important;
}

.m-table .el-select-no-tag .el-input__prefix {
  left: 8px;
  transition: all 0.3s;
  font-size: 20px;
  color: gray;
}

.m-table .select-no-check.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
  content: '';
}

.m-table .select-no-check .el-checkbox.is-checked .el-checkbox__inner {
  background-color: #1D57C1;
  border-color: #1D57C1;
}

.m-table .select-no-check .el-checkbox.is-checked > .el-checkbox__label {
  color: #394251;
}

.m-pagination {
  box-sizing: border-box;
}

.command-table {
  font-size: 14px;
  width: 100%;
}

.command-gn {
  display: inline-block;
  white-space: nowrap;
  color: red;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 微软雅黑;
}

.command-text {
  width: 60px;
}

.command-cel {
  display: inline-block;
  width: 170px;
}

.command-input {
}

.set-command .el-radio-button--small .el-radio-button__inner {
  padding: 9px 8px;
}

.command-table tr {
  border-bottom: 10px solid transparent;
}

.set-command .el-radio-button__orig-radio:disabled:checked + .el-radio-button__inner {
  background-color: #74aafb;
}

.set-command .el-dialog__body {
  padding: 15px 20px;
}