切换导航条
此项目
正在载入...
登录
何书鹏
/
recruit
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
Karson
7 years ago
提交
4bb1cbd2ddbd679f06379a06523a859edd2d59ac
1 个父辈
045647c4
优化默认生成的CRUD列表中TD不换行
优化通用搜索显示
隐藏空白字符变更
内嵌
并排对比
正在显示
4 个修改的文件
包含
13 行增加
和
9 行删除
application/admin/command/Crud/stubs/index.stub
public/assets/css/backend.css
public/assets/css/backend.min.css
public/assets/less/backend.less
application/admin/command/Crud/stubs/index.stub
查看文件 @
4bb1cbd
...
...
@@ -20,7 +20,7 @@
</ul>
</div>
</div>
<table id="table" class="table table-striped table-bordered table-hover
"
<table id="table" class="table table-striped table-bordered table-hover
table-nowrap"
data-operate-edit="{:$auth->check('{%controllerUrl%}/edit')}"
data-operate-del="{:$auth->check('{%controllerUrl%}/del')}"
width="100%">
...
...
public/assets/css/backend.css
查看文件 @
4bb1cbd
...
...
@@ -652,10 +652,7 @@ form.form-horizontal .control-label {
.bootstrap-table
.form-commonsearch
.form-group
{
margin-left
:
0
;
margin-right
:
0
;
}
.bootstrap-table
.form-commonsearch
.form-group
>
.control-label
{
padding-left
:
0
;
padding-right
:
0
;
white-space
:
nowrap
;
}
.toolbar
{
margin-top
:
10px
;
...
...
@@ -676,6 +673,10 @@ form.form-horizontal .control-label {
.bootstrap-table
td
.bs-checkbox
{
vertical-align
:
middle
;
}
table
.table-nowrap
tbody
>
tr
>
td
,
table
.table-nowrap
thead
>
tr
>
th
{
white-space
:
nowrap
;
}
.fixed-table-container
thead
th
.sortable
{
padding-right
:
0
;
}
...
...
public/assets/css/backend.min.css
查看文件 @
4bb1cbd
此 diff 太大无法显示。
public/assets/less/backend.less
查看文件 @
4bb1cbd
...
...
@@ -738,10 +738,7 @@ form.form-horizontal .control-label {
.bootstrap-table .form-commonsearch .form-group {
margin-left: 0;
margin-right: 0;
> .control-label {
padding-left:0;
padding-right:0;
}
white-space: nowrap;
}
.toolbar {
...
...
@@ -766,6 +763,12 @@ form.form-horizontal .control-label {
vertical-align: middle;
}
table.table-nowrap {
tbody > tr > td, thead > tr > th {
white-space: nowrap;
}
}
.fixed-table-container thead th .sortable {
padding-right: 0;
}
...
...
请
注册
或
登录
后发表评论