Merge pull request 'fix : "科研管理平台" 标题放开' (#445) from dd into master

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/445
This commit is contained in:
2024-06-30 13:09:24 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <title>科研管理平台</title>--> <title>科研管理平台</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

View File

@@ -1,6 +1,6 @@
<template> <template>
<div class="logo" ref="logo"> <div class="logo" ref="logo">
<!-- <span v-if="!siderbarStore.isCollapse">科研管理平台</span>--> <span v-if="!siderbarStore.isCollapse">科研管理平台</span>
<span v-if="!siderbarStore.isCollapse"></span> <span v-if="!siderbarStore.isCollapse"></span>
</div> </div>
<el-scrollbar :height="`calc(100vh - ${logoHeight}px)`" style="background-color: #ffffff"> <el-scrollbar :height="`calc(100vh - ${logoHeight}px)`" style="background-color: #ffffff">

View File

@@ -6,7 +6,7 @@
:rules="rules" :rules="rules"
label-width="70px" label-width="70px"
> >
<!-- <h2>科研管理平台</h2>--> <h2>科研管理平台</h2>
<el-form-item prop="username" label="账号"> <el-form-item prop="username" label="账号">
<el-input v-model="loginForm.username" :prefix-icon="User"></el-input> <el-input v-model="loginForm.username" :prefix-icon="User"></el-input>
</el-form-item> </el-form-item>