fastlion-amis
Version:
一种MIS页面生成工具
30 lines (29 loc) • 1.12 kB
CSS
@charset "UTF-8";
.process_drawer .ant-drawer-content-wrapper .ant-drawer-wrapper-body .ant-drawer-body .ImageControl-flow-drawer-header.is-xlsx {
z-index: 1;
background-color: #fff;
}
.process_drawer .ant-drawer-content-wrapper .ant-drawer-wrapper-body .ant-drawer-body .ImageControl-flow-drawer-header.is-xlsx .flow-drawer-header-title {
display: flex;
justify-content: center;
}
.process_drawer .ant-drawer-content-wrapper .ant-drawer-wrapper-body .ant-drawer-body .ImageControl-flow-drawer-header.is-xlsx .left-text {
display: none;
}
.process_drawer .ant-drawer-content-wrapper .ant-drawer-wrapper-body .ant-drawer-body .frame-container {
width: 100%;
height: 100%;
}
.process_drawer .ant-drawer-content-wrapper .ant-drawer-wrapper-body .ant-drawer-body .frame-container::after {
content: "加载中...";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 0;
}
.process_drawer .ant-drawer-content-wrapper .ant-drawer-wrapper-body .ant-drawer-body .frame-container iframe {
position: sticky;
z-index: 1;
}
/*# sourceMappingURL=MoveUpload.css.map */