瀏覽代碼

[fix] list view assign to area

version-14
Faris Ansari 8 年之前
父節點
當前提交
4fbfd1a846
共有 2 個檔案被更改,包括 8 行新增13 行删除
  1. +4
    -6
      frappe/public/css/list.css
  2. +4
    -7
      frappe/public/less/list.less

+ 4
- 6
frappe/public/css/list.css 查看文件

@@ -153,15 +153,13 @@
.filterable { .filterable {
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
overflow: hidden;
text-overflow: ellipsis; 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; max-width: 145px;
overflow: hidden;
width: 100%;
} }
.doclist-row .label { .doclist-row .label {
margin-right: 8px; margin-right: 8px;


+ 4
- 7
frappe/public/less/list.less 查看文件

@@ -190,17 +190,14 @@
.filterable { .filterable {
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
overflow: hidden;
text-overflow: ellipsis; 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; max-width: 145px;
overflow: hidden;
width: 100%;
} }






Loading…
取消
儲存