src/views/login.vue
@@ -178,6 +178,7 @@ background-image: url("../assets/images/login-background.jpg"); background-size: cover; } .title { margin: 0px auto 30px auto; text-align: center; @@ -189,32 +190,39 @@ background: #ffffff; width: 400px; padding: 25px 25px 5px 25px; .el-input { height: 40px; input { height: 40px; } } .input-icon { height: 39px; width: 14px; margin-left: 0px; } } .login-tip { font-size: 13px; text-align: center; color: #bfbfbf; } .login-code { width: 33%; height: 40px; float: right; img { cursor: pointer; vertical-align: middle; } } .el-login-footer { height: 40px; line-height: 40px; @@ -227,6 +235,7 @@ font-size: 12px; letter-spacing: 1px; } .login-code-img { height: 40px; padding-left: 12px; src/views/register.vue
src/views/system/dept/index.vue
src/views/system/dict/data.vue
src/views/system/dict/index.vue
src/views/system/menu/index.vue
src/views/system/notice/index.vue
src/views/system/oss/config.vue
src/views/system/oss/index.vue
src/views/system/post/index.vue
src/views/system/role/authUser.vue
@@ -123,7 +123,7 @@ } /** 打开授权用户表弹窗 */ const openSelectUser = () => { selectRef.value.show(); selectRef.value?.show(); } /** 取消授权按钮操作 */ const cancelAuthUser = async (row: UserVO) => { src/views/system/role/index.vue
src/views/system/role/selectUser.vue
src/views/system/tenant/index.vue
src/views/system/tenantPackage/index.vue
src/views/system/user/index.vue
src/views/system/user/profile/index.vue
src/views/tool/gen/basicInfoForm.vue
src/views/tool/gen/editTable.vue
@@ -135,8 +135,8 @@ /** 提交按钮 */ const submitForm = () => { const basicForm = basicInfo.value.$refs.basicInfoForm; const genForm = genInfo.value.$refs.genInfoForm; const basicForm = basicInfo.value?.$refs.basicInfoForm; const genForm = genInfo.value?.$refs.genInfoForm; Promise.all([basicForm, genForm].map(getFormPromise)).then(async res => { const validateResult = res.every(item => !!item); src/views/tool/gen/genInfoForm.vue
src/views/tool/gen/importTable.vue
src/views/tool/gen/index.vue
@@ -205,7 +205,7 @@ } /** 打开导入表弹窗 */ const openImportTable = () => { importRef.value.show(queryParams.value.dataName); importRef.value?.show(queryParams.value.dataName); } /** 重置按钮操作 */ const resetQuery = () => {