review:【ANTD】相关的代码
parent
b42135ecd3
commit
1c8c3c956c
|
@ -46,6 +46,7 @@ const processedActions = ref<any[]>([]);
|
|||
const processedDropdownActions = ref<any[]>([]);
|
||||
|
||||
/** 用于比较的字符串化版本 */
|
||||
// TODO @xingyu:下面的拼写错误,需要修改
|
||||
const actionsStringified = ref('');
|
||||
const dropdownActionsStringified = ref('');
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@ const [Modal, modalApi] = useVbenModal({
|
|||
<Modal class="w-2/5" :title="$t('ui.widgets.qa')">
|
||||
<div class="mt-2 flex flex-col">
|
||||
<div class="mt-2 flex flex-row">
|
||||
<!-- TODO @xingyu:要不要垂直?1. 项目地址;2. 问题反馈;3. 开发文档 -->
|
||||
<VbenButtonGroup class="basis-1/3" :gap="2" border size="large">
|
||||
<p class="p-2">项目地址:</p>
|
||||
<VbenButton
|
||||
|
|
|
@ -46,6 +46,7 @@ async function handleChange(id: number | undefined) {
|
|||
}
|
||||
</script>
|
||||
<template>
|
||||
<!-- TODO @xingyu:1)未选择的时候,空着一块,有点怪。是不是有个 placeholder 会好看点哈(之前有 page.tenant.placeholder)?2)是不是要支持个 clear 选择 -->
|
||||
<DropdownMenu>
|
||||
<DropdownMenuTrigger as-child>
|
||||
<Button
|
||||
|
|
Loading…
Reference in New Issue