.editor-MenuTool {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 10px;
  font-size: 12px;
}
.editor-MenuTool-left {
  flex: 1;
}
.editor-MenuTool-right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: rgba(28, 36, 46, 0.55);
}
.editor-MenuTool-right .zoom-btn {
  cursor: pointer;
}
