feat: 优化卫星选择器并完善 Cesium 页面交互
This commit is contained in:
@ -36,9 +36,3 @@ const onConfirm: PopconfirmProps['onConfirm'] = async (e) => {
|
||||
<slot></slot>
|
||||
</APopconfirm>
|
||||
</template>
|
||||
|
||||
<style lang="less">
|
||||
[class^='ant-'] .anticon svg {
|
||||
vertical-align: unset; /* baseline */
|
||||
}
|
||||
</style>
|
||||
|
@ -14,6 +14,9 @@ async function handleConfirmAsync(e: MouseEvent) {
|
||||
|
||||
<template>
|
||||
<ACard>
|
||||
<AButton>
|
||||
<template #icon> <FilterOutlined /> </template>
|
||||
</AButton>
|
||||
<ACard>
|
||||
<HAPopconfirm title="你确定吗? 🤔 " description="别担心,我们只是假装很严肃 🎭" @confirm="handleConfirmAsync">
|
||||
<AButton size="small" danger type="text">HAPopconfirm</AButton>
|
||||
|
Reference in New Issue
Block a user