.menuView {
  padding-left: 10px;
}
.menuView-body {
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
  border-right: 2px solid #fff;
}
.clickItem {
  border-color: #2a6cF0;
  background-color: #ecf6fd;
}
.menuView-box {
  width: 100%;
  display: flex;
  align-items: center;
}
.menuView-body:hover .menuView-content {
  color: #2d8cf0;
}
.menuView-body:hover .menuView-content i {
  color: #2d8cf0;
}
.menuView-icon {
  width: 20px;
}
.anticon {
  color: #878e94;
  font-size: 12px;
}
.menu {
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu i {
  font-size: 14px;
}
.menu ul {
  width: 100px;
  position: absolute;
  top: 18px;
  right: -41px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px #ddd;
  z-index: 10000;
  border-radius: 5px;
  z-index: 1;
}
.ant-select-dropdown-menu-item {
  line-height: 24px;
}
.ant-select-dropdown-menu-item:hover {
  background: #ecf6fd;
  color: #2d8cf0;
  cursor: pointer;
}
.readonly {
  border: none;
  width: 100px;
  padding: 3px;
  box-sizing: border-box;
  margin: 0 3px;
}
.writeIn {
  border: 1px solid #ddd;
}
.menuView-content {
  position: relative;
  display: flex;
  align-items: center;
}
.ok {
  position: absolute;
  right: 5px;
  top: 7px;
}
.radio,
.radio-checked {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: inline-block;
  margin-right: 5px;
  position: relative;
}
.readonly {
  background: none;
}
.radio-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #108ee9;
  content: '';
  animation-fill-mode: both;
}
.radio-checked:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #108ee9;
  content: '';
  animation-fill-mode: both;
}
:host ::ng-deep .menuView .ant-select-dropdown-menu-item {
  width: 100%;
  display: flex !important;
  justify-content: center;
}
:host ::ng-deep .menuView .ant-checkbox-wrapper {
  margin-right: 5px;
}
:host ::ng-deep .menuView .ant-select-dropdown-menu-item {
  line-height: 24px;
}
