
.approval_dia_box[data-v-7802e589] {
    display: flex;
    width: 100%;
    height: 100%;
}
.approval_dia_box_side[data-v-7802e589] {
    flex: 1;
    height: 400px;
    border: 1px solid #2e405e;
    border-radius: 4px;
    overflow: hidden;
}
.approval_dia_box_left[data-v-7802e589] {
    margin-right: 10px;
}
.approval_dia_box_right[data-v-7802e589] {
    margin-left: 10px;
}
.approval_dia_box_center[data-v-7802e589] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}
.approval_dia_box_center .el-button[data-v-7802e589] {
    margin-bottom: 10px;
    width: 80px;
}
.approval_dia_box_side p[data-v-7802e589] {
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #2e405e;
    font-weight: bold;
}
.el-tree[data-v-7802e589] {
    height: calc(100% - 40px);
    overflow: auto;
}
.approval_dia_box_btn[data-v-7802e589] {
    margin-left: 0px;
}

@charset "UTF-8";
.box[data-v-76d00de8] {
  height: 100%;
  width: 100%;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.custom_components_content[data-v-76d00de8] {
  background: #fff;
  padding: 20px !important;
  border: 1px solid #2e405e !important;
}
.table[data-v-76d00de8] {
  width: 100%;
  /*height: 78vh;*/
  color: #333;
}
.btn[data-v-76d00de8] {
  margin: 10px 0;
  /* height: 5vh; */
  width: 100%;
  display: flex;
  justify-content: center;
}
.tab_top[data-v-76d00de8] {
  color: #fff;
  overflow: hidden;
  margin-bottom: 10px;
}
.tab_top h3[data-v-76d00de8] {
  float: left;
  line-height: 32px;
}
.tab_top .el-button[data-v-76d00de8] {
  float: right;
}
.table-top[data-v-76d00de8] {
  position: relative;
}
.table-top .title[data-v-76d00de8] {
  border-bottom: solid 1px #2e405e;
  line-height: 30px;
  margin-bottom: 10px;
}
.table-top[data-v-76d00de8] {
  /* 添加按钮 */
}
.table-top .add_btn[data-v-76d00de8] {
  position: absolute;
  top: 0;
  right: 0;
  color: #409eff !important;
}
@charset "UTF-8";
.custom_components .el-input__inner {
  box-sizing: border-box;
  background: transparent !important;
  border: 1px solid #2e405e !important;
  color: #fff;
}
.custom_components .el-range-editor--small .el-range-input {
  background: transparent;
  color: #fff;
}
.custom_components .el-range-separator {
  color: #fff;
}
.custom_components .el-form-item__label {
  color: #fff;
}
.custom_components .el-dialog .el-table__body .cell {
  height: 40px;
  line-height: 40px;
}
.custom_components .el-dialog .el-color-picker__trigger {
  border: none;
  padding: 0px;
}
.custom_components .el-dialog .el-color-picker__color {
  border: 1px solid #2e405e !important;
}
.custom_components .el-dialog .el-color-picker__empty {
  color: #fff;
}
.custom_components .el-dialog__footer {
  padding-top: 0px;
  text-align: center;
}
.custom_components .table .el-input__inner {
  box-sizing: border-box;
  background: #0a1833 !important;
  border: 1px solid #2e405e !important;
  color: #fff;
  width: 99%;
}
.custom_components .el-dialog .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  background-color: rgba(14, 37, 84, 0.2) !important;
}

/* 编辑样式弹框 */
.dialog-style .el-input-number {
  width: 100%;
}

/* 滚动条样式 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #a1a3a9;
  border-radius: 4px;
}

.grid-container[data-v-76d00de8],
.grid-container1[data-v-76d00de8] {
    box-sizing: border-box;
    border: solid 1px #2e405e;
    border-radius: 5px;
    background-color: #071530 !important;
    display: grid;
    color: #fff;
    /* 定义自动生成行的默认高度 */
    grid-auto-rows: 40px;
    /* width: 100%; */
    height: 640px;
    overflow: hidden;
    overflow-y: auto;
    /* min-height: 410px; */
    /* 网格项间距 */
    -moz-column-gap: 10px;
         column-gap: 10px;

    /* grid-auto-rows: min-content;  */
    /* align-items: start; */
}

/* 网格项通用样式 */
.grid-item[data-v-76d00de8] {
    /* overflow: hidden; */
    /* overflow-y: auto; */
    /* overflow-x: auto; */
    color: #fff;
    /* margin-bottom: 5px; */
    padding: 5px;
    box-sizing: border-box;
    outline: 1px dashed #2e405e;
    border-radius: 5px;
&[data-v-76d00de8]:hover {
        outline-color: #409EFF;
        /* background-color: rgba(0, 0, 0, 0.8); */
        /* background-color: rgba(64, 158, 255, 0.1); */
}
}
.page_title[data-v-76d00de8] {
    text-align: center;
}

/* 设置margin-bottom不生效，用height撑开 */
.add-component-wrapper[data-v-76d00de8] {
    height: 140px;
}

/* 点击+添加新组件 */
.add-component-placeholder[data-v-76d00de8] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    border: 1px dashed #2e405e;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
&[data-v-76d00de8]:hover {
        border-color: #409EFF;
        background-color: rgba(64, 158, 255, 0.1);
}
.add-icon[data-v-76d00de8] {
        font-size: 48px;
        color: #2e405e;
        transition: color 0.3s;
}
&:hover .add-icon[data-v-76d00de8] {
        color: #409EFF;
}
}

/* 组件操作按钮样式 */
.grid-item[data-v-76d00de8] {
    position: relative;
}
.component-action-btn[data-v-76d00de8] {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    /* background-color: rgba(0, 0, 0, 0.5); */
    background-color: #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    /* 默认隐藏 */
    transition: opacity 0.3s, background-color 0.3s;
    z-index: 10;
&[data-v-76d00de8]:hover,
    &.active[data-v-76d00de8] {
        opacity: 1;
        /* background-color: rgba(0, 0, 0, 0.7); */
        background-color: #fff;
}
}

/* 鼠标悬停在组件上时，显示操作按钮 */
.grid-item:hover .component-action-btn[data-v-76d00de8] {
    opacity: 1;
}

/* 修改Element UI下拉菜单样式 */
[data-v-76d00de8] .el-dropdown {
    display: inline-block;
    width: 100%;
    height: 100%;
.el-dropdown-link[data-v-76d00de8] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
}
}

/* 二级下拉菜单样式 */
[data-v-76d00de8] .sub-dropdown {
    display: block;
    width: 100%;
    
    /* 二级菜单箭头样式 */
.el-icon--right[data-v-76d00de8] {
        font-size: 12px;
        margin-left: 5px;
        transition: transform 0.2s;
}
}

/* 下拉菜单样式适配深色背景 */
[data-v-76d00de8] .el-dropdown-menu {
    z-index: 9999 !important;
    background-color: #1f2937;
    border-color: #374151;
    color: #f3f4f6;
    margin-top: 4px !important;
    margin: 0 !important;
    min-width: 120px;
    /* 二级菜单位置和样式 */
.el-dropdown-menu__item[data-v-76d00de8] {
        color: #f3f4f6;
        padding: 0 15px;
&[data-v-76d00de8]:hover {
            background-color: #4a5568 !important;
            color: #fff;
}
}
}

