fix(智能助手): 卡片的投影

This commit is contained in:
dataeaseShu 2024-04-01 16:54:57 +08:00
parent 9d417d3e44
commit c3308edebc

View File

@ -62,5 +62,6 @@ onMounted(() => {
height: 50%; height: 50%;
min-height: 450px; min-height: 450px;
max-height: 600px; max-height: 600px;
box-shadow: 0px 6px 24px 0px #1f232914;
} }
</style> </style>