ComplianceServer/oldcode/Core.Web/Views/Exam/QuestionsManagement.cshtml

29 lines
549 B
Plaintext

@{
ViewBag.Title = "Index";
Layout = "~/Views/Shared/_Layout.cshtml";
}
<div class="x-body">
<iframe src="http://mws.dn8188.com/exam/backend/#/questionsManagement" class="x-iframe" id="x-iframe"></iframe>
</div>
<style>
.ant-layout-sider {
display: none;
}
.x-iframe {
width: 100%;
height: 100%;
}
.ant-layout-header {
display: none;
}
body,.x-body {
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
}
</style>