使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
anoopmb
/
frappe
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Merge pull request
#2976
from netchampfaris/ui-fixes
[fix] list view assign to area
version-14
Nabin Hait
8 年前
committed by
GitHub
父节点
7e220d6d5e
4fbfd1a846
当前提交
84798ea48b
共有
2 个文件被更改
,包括
8 次插入
和
13 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+4
-6
frappe/public/css/list.css
+4
-7
frappe/public/less/list.less
+ 4
- 6
frappe/public/css/list.css
查看文件
@@ -153,15 +153,13 @@
.filterable {
cursor: pointer;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}
.col-sm-2 .filterable {
max-width: 90px;
}
.col-sm-3 .filterable {
.col-sm-2:not(.list-row-right) .filterable,
.col-sm-3:not(.list-row-right) .filterable {
max-width: 145px;
overflow: hidden;
width: 100%;
}
.doclist-row .label {
margin-right: 8px;
+ 4
- 7
frappe/public/less/list.less
查看文件
@@ -190,17 +190,14 @@
.filterable {
cursor: pointer;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}
.col-sm-2 .filterable {
max-width: 90px;
}
.col-sm-3 .filterable {
.col-sm-2:not(.list-row-right) .filterable,
.col-sm-3:not(.list-row-right) .filterable {
max-width: 145px;
overflow: hidden;
width: 100%;
}
撰写
预览
正在加载...
取消
保存