phpmyadmin 安装后登陆页面不显示登陆表单

问题遇到的现象和发生背景

安装phpmyadmin之后

问题截图

img

如图,整个页面只有这些,没有登陆表单。

操作环境、软件版本等信息

win10 2004/iis 10.0/phpmyadmin 5.1.3/MySQL 8.0

尝试过的解决方法
<form method="post" id="login_form" action="index.php?route=/" name="login_form" class="disableAjax hide login js-show form-horizontal" autocomplete="off">
  <fieldset>
    <legend class="col-form-label">
      <input type="hidden" name="set_session" value="7r6a77dtp5kouk7vatqvpjhna2">
            登录      <a href="./doc/html/index.html" target="documentation"><img src="themes/dot.gif" title="文档" alt="文档" class="icon ic_b_help"></a>
    </legend>

    
    <div class="item form-row">
      <label for="input_username" class="col-4 d-flex align-items-center">
        用户名:      </label>
      <div class="col-8">
        <input type="text" name="pma_username" id="input_username" value="" size="24" class="textfield" autocomplete="username">
      </div>
    </div>

    <div class="item form-row">
      <label for="input_password" class="col-4 d-flex align-items-center">
        密码:      </label>
      <div class="col-8">
        <input type="password" name="pma_password" id="input_password" value="" size="24" class="textfield" autocomplete="current-password">
      </div>
    </div>

          <input type="hidden" name="server" value="1">
      </fieldset>

  <fieldset class="tblFooters">
          <input class="btn btn-primary" value="执行" type="submit" id="input_go">
            <input type="hidden" name="route" value="/"><input type="hidden" name="token" value="2b5f2141407e4a3356373d7c797c2728">
  </fieldset>
</form>

F12 from 元素 class 属性删除 hide 后显示表单,输入后可以登录。

请问这是怎么回事?

可以登录,说明环境和MySQL都没有问题。而且,php的程序也都可以运行。可以初步排除mysql的问题。

我想要达到的结果

不用删除,直接让表单显示出来。

次次删除太麻烦了。

最重要的是这是因为什么产生的这个问题?

为啥不选用集成的环境,我一直用phpstudy,老版本超级好用,不建议用最新版本,数据库别太高5.6的就行。很稳定啥问题没有。