fix: 修复登录验证码样式问题
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 ?? "",
|
||||
|
||||
Reference in New Issue
Block a user