修复点击用户名下拉菜单无效

其实就是把 BootStrap 版本从4.1.3降到3.3.7
pull/4/head
Jingyi21 2018-10-15 15:56:29 +08:00
parent 246ef1be7e
commit f7f94704f1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<meta name="generator" content="幻想领域">
<link rel="icon" href="<?php echo PATH_VIEW;?>Home/images/favicon.ico">
<title><?php echo $title;?></title>
<link href="https://cdn.staticfile.org/twitter-bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<style>
@-ms-viewport{width: device-width;}@-o-viewport{width: device-width;}@viewport{width: device-width;}
</style>