fix: 修复登录验证码样式问题

This commit is contained in:
橙子
2024-09-04 00:17:49 +08:00
parent e886614641
commit ad78cb1bcd
2 changed files with 2 additions and 2 deletions

View File

@@ -245,7 +245,7 @@ getCode();
:src="codeUrl"
width="120"
height="40"
style="width: 120px; height: 40px"
style="width: 120px; height: 40px;max-width: none; "
class="cursor-pointer"
alt=""
@click="getCode"

View File

@@ -145,7 +145,7 @@ export function useMenu() {
option => option.value === row?.menuType
),
higherMenuOptions: formatHigherMenuOptions(cloneDeep(dataList.value)),
id: row?.id ?? "00000000-0000-0000-0000-000000000000",
id: row?.id ?? "",
parentId: row?.parentId ?? 0,
router: row?.router ?? "",
component: row?.component ?? "",