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">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <title>科研管理平台</title>-->
<title>科研管理平台</title>
</head>
<body>
<div id="app"></div>

View File

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

View File

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