随笔分类 -  Bootstrap

自学Bootstrap中遇到的问题
摘要:问题描述:当表格行比较多时,向下滚动查看下方行内容,标题会跟随页面滚动到上面,这样查看下面的内容时某个字段时的含义就还得翻上去查看; 解决方法:将表头thead设置 成position:sicky; top:-12px,再次滚动表头就不会出现上述情况了。 转载自:https://www.cnblog 阅读全文
posted @ 2022-08-17 09:48 vlson 阅读(1944) 评论(0) 推荐(0)
摘要:registerJs($js); use yii\bootstrap\Modal; Modal::begin([ 'id' => 'page-modal', 'header' => 'this is title', 'footer' => '好的,我知道了', 'options'=>[ 'data-backdrop'=>'static',//点击... 阅读全文
posted @ 2018-09-19 11:43 vlson 阅读(709) 评论(0) 推荐(0)