src/components/table/colFilter/ColFilter.vue
@@ -1,7 +1,7 @@ <template> <el-dropdown trigger="click" placement="bottom-end" :hideOnClick="false"> <span title="点击选择显示列" :title="title" class="rounded-full p-1.5 border-[1.5px] hover:text-blue-400 border-gray-200 border-solid cursor-pointer ywifont ywicon-grid !text-[13px] h-fit" ></span> @@ -35,6 +35,10 @@ type: Boolean, default: true, }, title: { type: String, default: '点击选择显示列', }, }); const emit = defineEmits<{