Ver código fonte

样式修改:首页、系统配置
--首页添加备案号;
--标签页图标修改;
--企微登录页样式修改;
--系统配置添加高度;

xinyan 6 meses atrás
pai
commit
828a9896ff

BIN
public/favicon.ico


+ 3 - 1
src/views/system/config/index.vue

@@ -1,5 +1,6 @@
 <template>
-	<el-card style="height: 100vh">
+	<div class="flex-grow p-5">
+	<el-card>
 		<div>
 			<el-header>
 				<div class="yxt-flex-between">
@@ -37,6 +38,7 @@
 			</el-tab-pane>
 		</el-tabs>
 	</el-card>
+		</div>
 </template>
 
 <script lang="ts" setup name="config">

+ 0 - 1
src/views/system/login/component/scan.vue

@@ -40,7 +40,6 @@ async function handleWeComLogin(query: any) {
 	// console.log('扫码成功')
 	try {
 		const res = await WeComLogin(query);
-		console.log("=>(scan.vue:43) res", res);
 		if (res) {
 			emitter.emit('scan-wecomLogin', { loginInfo: res });
 			// console.log('发送跳转')

+ 4 - 4
src/views/system/login/index.vue

@@ -95,7 +95,7 @@ onMounted(() => {
 
 		<div class="login-authorization">
 			<p>Copyright © 2023-2024 Ansjer 版权所有</p>
-			<!-- <p class="la-other">
+			<p class="la-other">
 				<a href="https://beian.miit.gov.cn" target="_blank">晋ICP备18005113号-3</a>
 				|
 				<a href="https://django-vue-admin.com" target="_blank">帮助</a>
@@ -103,7 +103,7 @@ onMounted(() => {
 				<a href="#">隐私</a>
 				|
 				<a href="#">条款</a>
-			</p> -->
+			</p>
 		</div>
 	</div>
 </template>
@@ -253,8 +253,8 @@ onMounted(() => {
 				height: 100%;
 
 				.login-right-warp-main-title {
-					height: 130px;
-					line-height: 130px;
+					height: 120px;
+					line-height: 120px;
 					font-size: 27px;
 					text-align: center;
 					letter-spacing: 3px;