fix: 修复登录验证码样式问题
This commit is contained in:
@@ -245,7 +245,7 @@ getCode();
|
|||||||
:src="codeUrl"
|
:src="codeUrl"
|
||||||
width="120"
|
width="120"
|
||||||
height="40"
|
height="40"
|
||||||
style="width: 120px; height: 40px"
|
style="width: 120px; height: 40px;max-width: none; "
|
||||||
class="cursor-pointer"
|
class="cursor-pointer"
|
||||||
alt=""
|
alt=""
|
||||||
@click="getCode"
|
@click="getCode"
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ export function useMenu() {
|
|||||||
option => option.value === row?.menuType
|
option => option.value === row?.menuType
|
||||||
),
|
),
|
||||||
higherMenuOptions: formatHigherMenuOptions(cloneDeep(dataList.value)),
|
higherMenuOptions: formatHigherMenuOptions(cloneDeep(dataList.value)),
|
||||||
id: row?.id ?? "00000000-0000-0000-0000-000000000000",
|
id: row?.id ?? "",
|
||||||
parentId: row?.parentId ?? 0,
|
parentId: row?.parentId ?? 0,
|
||||||
router: row?.router ?? "",
|
router: row?.router ?? "",
|
||||||
component: row?.component ?? "",
|
component: row?.component ?? "",
|
||||||
|
|||||||
Reference in New Issue
Block a user