mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-09 20:57:17 +08:00
update src/components/GiTable/src/components/ColumnSetting.vue.
固定图标增加悬浮注释 Signed-off-by: KAI <1373639299@qq.com>
This commit is contained in:
@@ -47,6 +47,7 @@
|
|||||||
{{ item.title }}
|
{{ item.title }}
|
||||||
</a-checkbox>
|
</a-checkbox>
|
||||||
<div class="gi-table__draggable-item-fixed">
|
<div class="gi-table__draggable-item-fixed">
|
||||||
|
<a-tooltip content="左固定">
|
||||||
<icon-pushpin
|
<icon-pushpin
|
||||||
class="gi-table__fixed-icon"
|
class="gi-table__fixed-icon"
|
||||||
:class="[
|
:class="[
|
||||||
@@ -57,6 +58,8 @@
|
|||||||
]"
|
]"
|
||||||
@click="handleFixedColumn(item, 'left')"
|
@click="handleFixedColumn(item, 'left')"
|
||||||
/>
|
/>
|
||||||
|
</a-tooltip>
|
||||||
|
<a-tooltip content="右固定">
|
||||||
<icon-pushpin
|
<icon-pushpin
|
||||||
class="gi-table__fixed-icon"
|
class="gi-table__fixed-icon"
|
||||||
:class="[
|
:class="[
|
||||||
@@ -68,6 +71,7 @@
|
|||||||
:rotate="270"
|
:rotate="270"
|
||||||
@click="handleFixedColumn(item, 'right')"
|
@click="handleFixedColumn(item, 'right')"
|
||||||
/>
|
/>
|
||||||
|
</a-tooltip>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</VueDraggable>
|
</VueDraggable>
|
||||||
|
Reference in New Issue
Block a user