@charset "UTF-8";
.tiled-embed[data-v-00e6fea3] {
  display: block;
  width: 100%;
  /* 宽度设为容器的5倍 */
  height: 100%;
  /* 高度设为容器的5倍 */
}


.qualifyPre {
    float: right;
    margin: 0px 5px;
}
#surveyApply .btn1 {
    float: left;
}
#surveyApply .searchBox {
    float: left;
    width: 46%;
}
#surveyApply .btnList {
    padding-bottom: 7px;
    border-bottom: 1px solid #EBEEF5;
    width: 100%;
}
#surveyApply .el-scrollbar__wrap {
    overflow-x: hidden;
}
#editInfo .BasicForm {
    border-bottom: 1px solid #EBEEF5;
    height: 240px;
}
#qualificationTableDiv {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EBEEF5;
    padding-bottom: 8px;
}
#qualificationTableDiv .el-input {
    width: 250px;
    margin-right: 10px;
}
.related-project .button {
    float: right;
}
#surveyApply .formBox {
    padding-top: 20px;
    border-bottom: 1px solid #EBEEF5;
    height: 430px;
}
#editInfo .el-table {
    overflow: hidden !important;
}
.tableLeft {
    float: left;
    width: 100%;
}
.project-header {
    display: flex;
    justify-content: space-between; /* 标题和按钮组左右分开 */
    align-items: center; /* 垂直居中 */
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #ebeef5; /* 可选：增加下边框区分 */
    background-color: #fff; /* 可选：背景色 */
}
.action-buttons {
    gap: 10px; /* 按钮之间的间隔 */
    margin: 0px 30px;
}

