feat: 优化卫星选择器并完善 Cesium 页面交互
All checks were successful
/ depcheck (push) Successful in 2m9s
/ lint-build-and-check (push) Successful in 2m49s
/ build-and-deploy-to-vercel (push) Successful in 3m6s
/ surge (push) Successful in 3m6s
/ playwright (push) Successful in 5m2s

This commit is contained in:
严浩
2025-03-12 12:12:41 +08:00
parent 80fb2f66ee
commit ab38d2a3f6
6 changed files with 201 additions and 33 deletions

View File

@ -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>

View File

@ -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>