Skip to content

Commit f392cc4

Browse files
authored
Merge pull request #5507 from PengYilong/width
optimization
2 parents 5de9c89 + ee256ec commit f392cc4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

resources/views/filter/between.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="form-group">
22
<label class="col-sm-2 control-label">{{$label}}</label>
3-
<div class="col-sm-8" style="width: 390px">
3+
<div class="col-sm-8" >
44
<div class="input-group input-group-sm">
55
<input type="text" class="form-control {{$id['start']}}" placeholder="{{$label}}" name="{{$name['start']}}" value="{{ request()->input("{$column}.start", \Illuminate\Support\Arr::get($value, 'start')) }}">
66
<span class="input-group-addon" style="border-left: 0; border-right: 0;">-</span>

resources/views/filter/betweenDatetime.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="form-group">
22
<label class="col-sm-2 control-label">{{$label}}</label>
3-
<div class="col-sm-8" style="width: 390px">
3+
<div class="col-sm-8" >
44
<div class="input-group input-group-sm">
55
<div class="input-group-addon">
66
<i class="fa fa-calendar"></i>

src/Admin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Admin
2525
*
2626
* @var string
2727
*/
28-
const VERSION = '1.8.14';
28+
const VERSION = '1.8.17';
2929

3030
/**
3131
* @var Navbar

0 commit comments

Comments
 (0)