- 注册时间
- 2017-5-22
- 最后登录
- 1970-1-1
- 阅读权限
- 10
- 积分
- 139
- 精华
- 0
- 帖子
- 41

|
代码:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="../css/bootstrap.css"/>
<title></title>
</head>
<body>
<div class="container">
<div class="mini-pager" style="width:500px;background:#ccc;margin: 30px auto;"
totalCount="123" onpagechanged="onPageChanged" sizeList="[5,10,20,100]">
</div>
</div>
<script src="../js/jquery-1.11.3.js"></script>
<script src="../../static/scripts/boot.js"></script>
<script>
</script>
</body>
</html>
bug:输入框里面的1可以上下滚动,而且样式错乱,经测试删掉bootstrap后正常
求问:怎么样在bootstrap存在的情况下解决该bug?
|
|