mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-24 23:06:51 +00:00
refactor(export): remove redundant header select-all text action
This commit is contained in:
@@ -1199,7 +1199,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.selection-toggle-btn,
|
|
||||||
.selection-clear-btn {
|
.selection-clear-btn {
|
||||||
border: 1px solid var(--border-color);
|
border: 1px solid var(--border-color);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
@@ -1220,13 +1219,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.selection-toggle-btn {
|
|
||||||
padding: 4px 8px;
|
|
||||||
font-size: 11px;
|
|
||||||
line-height: 1.2;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
.selection-export-btn {
|
.selection-export-btn {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
@@ -2705,11 +2697,6 @@
|
|||||||
gap: 6px;
|
gap: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-wrap .selection-toggle-btn {
|
|
||||||
padding: 3px 7px;
|
|
||||||
font-size: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.table-wrap .contacts-list-header-actions {
|
.table-wrap .contacts-list-header-actions {
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4174,14 +4174,6 @@ function ExportPage() {
|
|||||||
</button>
|
</button>
|
||||||
</span>
|
</span>
|
||||||
<span className="contacts-list-header-main">
|
<span className="contacts-list-header-main">
|
||||||
<button
|
|
||||||
className="selection-toggle-btn"
|
|
||||||
type="button"
|
|
||||||
onClick={toggleSelectAllVisible}
|
|
||||||
disabled={visibleSelectableCount === 0}
|
|
||||||
>
|
|
||||||
{isAllVisibleSelected ? '取消全选当前筛选' : '全选当前筛选'}
|
|
||||||
</button>
|
|
||||||
<span className="contacts-list-header-main-label">联系人(头像/名称/微信号)</span>
|
<span className="contacts-list-header-main-label">联系人(头像/名称/微信号)</span>
|
||||||
</span>
|
</span>
|
||||||
<span className="contacts-list-header-count">总消息数</span>
|
<span className="contacts-list-header-count">总消息数</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user