@@ -3,7 +3,7 @@
function Slider(cnf) {
this.opts = {
direction: cnf.direction || "left",
- wight: cnf.width || null,
+ width: cnf.width || null,
height: cnf.height || null,
dom: $(cnf.dom),
time: cnf.time || null,
@@ -15,7 +15,7 @@
<div class="pull-right">
<span class="btn btn-trans close-slider font-16">
- <i class="fa fa-long-arrow-right"></i>
+ <i class="ti-shift-right"></i>
</span>
</div>
@@ -81,7 +81,7 @@ abstract class AbstractFilter
/**
* @var int
*/
- protected $width = 8;
+ protected $width = 10;
* @var string
@@ -16,7 +16,7 @@ class Between extends AbstractFilter
- protected $width = 11;
+ protected $width = 12;
* @var bool
@@ -14,7 +14,7 @@ class In extends AbstractFilter
- protected $width = 10;
* Get condition of this filter.
@@ -62,6 +62,7 @@ class FilterButton extends AbstractTool
dom: '#{$id}',
background: '#FFF',
shade: false,
+ width: '480px',
});
$(document).one('pjax:complete', function () {// 跳转新页面时移除弹窗