html,
body,
.app-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.header-right {
  margin-top: 10px;
}

.antd-AppFoldBtn {
  margin-top: -10px;
}

/* input-table中普通输入框最小宽度 */
.amis-scope .antd-Table-table td > .antd-Form-item {
  min-width: 6rem;
}

/* input-table中checkbox最小宽度 */
.amis-scope .antd-Table-table td > .antd-Form-item:has(> .antd-CheckboxControl) {
  min-width: 2rem;
}

/* static查看模式中的文件，不需要上传按钮 */
.antd-Form--isStatic .antd-FileControl-selectBtn {
  display: none;
}

/* crud搜索表单，各form-item之间的间距。不要挤到一起 */
@media (min-width: 768px){
.amis-scope .antd-Form-group--hor > .antd-Form-item,.amis-scope .antd-Form-group--hor > div > .antd-Form-item {
  margin-bottom: var(--Form-item-gap);;
}
}

.amis-scope .antd-Form-group--hor > .antd-Form-item--inline {
  margin-right: var(--Form-mode-inline-item-gap);
}