@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
[data-v-2c5ff4a0]:export {
  menu-color: #25293c;
  menu-color-active: rgba(255, 255, 255, 0.95);
  menu-background: white;
}
.mg-select-tree[data-v-2c5ff4a0] {
  width: 100%;
  display: inline-block;
  transition: 0.5s;
  padding: 0;
}
.mg-select-tree .select-param-input[data-v-2c5ff4a0] {
  width: 100%;
  cursor: pointer;
}
.mg-drop-down[data-v-2c5ff4a0] {
  border-radius: 3px;
  max-height: 200px;
  min-width: 200px;
  padding: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.2);
}
.mg-drop-down .mg-drop-down-tree[data-v-2c5ff4a0] {
  overflow: auto;
}
.mg-triangle[data-v-2c5ff4a0] {
  width: 0;
  height: 0;
  border-width: 0 8px 7px;
  border-style: solid;
  border-color: transparent transparent #dcdfe6;
  margin-left: 60px;
  margin-top: 3px;
  position: relative;
}
.mg-triangle span[data-v-2c5ff4a0] {
  display: block;
  width: 0;
  height: 0;
  border-width: 0 7px 6px;
  border-style: solid;
  border-color: transparent transparent white;
  position: absolute;
  top: 1px;
  left: -7px;
}
