mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 07:16:51 +00:00
fix(export): reduce sticky action width
This commit is contained in:
@@ -1163,7 +1163,7 @@
|
||||
--contacts-select-col-width: 34px;
|
||||
--contacts-message-col-width: 120px;
|
||||
--contacts-media-col-width: 72px;
|
||||
--contacts-action-col-width: 160px;
|
||||
--contacts-action-col-width: 140px;
|
||||
overflow: hidden;
|
||||
border: 1px solid var(--border-color);
|
||||
border-radius: 10px;
|
||||
@@ -3324,7 +3324,7 @@
|
||||
.table-wrap {
|
||||
--contacts-message-col-width: 104px;
|
||||
--contacts-media-col-width: 62px;
|
||||
--contacts-action-col-width: 160px;
|
||||
--contacts-action-col-width: 140px;
|
||||
}
|
||||
|
||||
.table-wrap .contacts-list-header {
|
||||
|
||||
Reference in New Issue
Block a user