Index.cshtml 119 B

1234567
  1. @{
  2. ViewBag.Title = "主页";
  3. }
  4. <div style="height: calc(100vh - 141px)">
  5. <h1>智慧推演引擎</h1>
  6. </div>