兼容登录页做调整
This commit is contained in:
		| @@ -58,6 +58,14 @@ | ||||
|                           </el-row> | ||||
|                         </el-form-item> | ||||
|                         <el-form-item label="登录页"> | ||||
|                           <el-row type="flex" class="mar-b10"> | ||||
|                             <el-input v-model="form.sysInfo.loginLogo" placeholder="登录页左上角logo,带/代表图片" clearable> | ||||
|                               <template #prepend>左页首logo</template> | ||||
|                             </el-input> | ||||
|                             <el-input class="mar-l10" v-model="form.sysInfo.loginLogoText" placeholder="logo文字" clearable> | ||||
|                               <template #prepend>logo文字</template> | ||||
|                             </el-input> | ||||
|                           </el-row> | ||||
|                           <el-row type="flex"> | ||||
|                             <el-input v-model="form.sysInfo.name" placeholder="左上角标题" clearable> | ||||
|                               <template #prepend>左上角标题</template> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user