| | |
| | | <template> |
| | | <el-dropdown trigger="click" placement="bottom-end" :hideOnClick="false"> |
| | | <span |
| | | 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] mb-3" |
| | | :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> |
| | | |
| | | <template #dropdown> |
| | |
| | | type: Boolean, |
| | | default: true, |
| | | }, |
| | | title: { |
| | | type: String, |
| | | default: '点击选择显示列', |
| | | }, |
| | | }); |
| | | |
| | | const emit = defineEmits<{ |