
.simple-form-page[data-v-2f0b4f58] {
  position: relative;
  height: calc(100% - 50px);
  display: flex;
  flex-direction: column;
}
.page-header[data-v-2f0b4f58] {
  flex-shrink: 0;
}
.form-container[data-v-2f0b4f58] {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 60px; /* 为footer预留空间 */
  overflow-y: auto;
}
.form-wrapper[data-v-2f0b4f58] {
  flex: 1;
  overflow: auto;
}

/* 表单内容区域 */
.form-content[data-v-2f0b4f58] {
  padding: 24px;
}

/* 表单内容左对齐包装器 */
.form-inner[data-v-2f0b4f58] {
  max-width: 1200px;
  margin: 0 auto;
}

/* 响应式布局 */
@media screen and (min-width: 992px) {
.form-inner[data-v-2f0b4f58] {
    margin: 0;
    margin-right: auto;
    width: 100%;
}
}
@media screen and (min-width: 1200px) {
.form-inner[data-v-2f0b4f58] {
    width: 80%;
}
}

/* 固定在el-card底部的footer */
.form-footer[data-v-2f0b4f58] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 0;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #ebeef5;
  z-index: 1000;
}

/* 输入框宽度类 */
[data-v-2f0b4f58] .input-xs {
  width: 16.66%;
}
[data-v-2f0b4f58] .input-s {
  width: 25%;
}
[data-v-2f0b4f58] .input-m {
  width: 33.33%;
}
[data-v-2f0b4f58] .input-l {
  width: 50%;
}
[data-v-2f0b4f58] .input-xl {
  width: 66.66%;
}
[data-v-2f0b4f58] .input-full {
  width: 100%;
}

