Commit 432acbe2 authored by 纪泽龙's avatar 纪泽龙

更新优化

parent ad17303e
{ {
"name": "devls", "name": "仿真系统",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
......
<!--
* @Author: 纪泽龙 jizelong@qq.com
* @Date: 2025-06-11 09:19:41
* @LastEditors: 纪泽龙 jizelong@qq.com
* @LastEditTime: 2025-06-13 15:42:10
* @FilePath: /devls/public/index.html
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
<!DOCTYPE html> <!DOCTYPE html>
<html lang=""> <html lang="">
<head> <head>
...@@ -5,7 +13,7 @@ ...@@ -5,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title> <title>仿真系统</title>
</head> </head>
<body> <body>
<noscript> <noscript>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: 纪泽龙 jizelong@qq.com * @Author: 纪泽龙 jizelong@qq.com
* @Date: 2025-06-11 09:19:41 * @Date: 2025-06-11 09:19:41
* @LastEditors: 纪泽龙 jizelong@qq.com * @LastEditors: 纪泽龙 jizelong@qq.com
* @LastEditTime: 2025-06-11 11:42:35 * @LastEditTime: 2025-06-13 15:43:42
* @FilePath: /fangzhen/devls/src/views/Home.vue * @FilePath: /fangzhen/devls/src/views/Home.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
--> -->
...@@ -95,7 +95,7 @@ export default { ...@@ -95,7 +95,7 @@ export default {
margin: 0 auto; margin: 0 auto;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 0 110px; padding: 0 50px;
img { img {
width: 316px; width: 316px;
height: 460px; height: 460px;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: 纪泽龙 jizelong@qq.com * @Author: 纪泽龙 jizelong@qq.com
* @Date: 2025-06-11 09:19:41 * @Date: 2025-06-11 09:19:41
* @LastEditors: 纪泽龙 jizelong@qq.com * @LastEditors: 纪泽龙 jizelong@qq.com
* @LastEditTime: 2025-06-13 15:28:07 * @LastEditTime: 2025-06-13 15:47:41
* @FilePath: /fangzhen/devls/src/views/Home.vue * @FilePath: /fangzhen/devls/src/views/Home.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
--> -->
...@@ -348,14 +348,14 @@ export default { ...@@ -348,14 +348,14 @@ export default {
box-sizing: border-box; box-sizing: border-box;
position: relative; position: relative;
.item { .item {
width: 310px; width: 260px;
height: 60px; height: 60px;
// flex: 1; // flex: 1;
text-align: center; text-align: center;
cursor: pointer; cursor: pointer;
.text { .text {
position: absolute; position: absolute;
width: 310px; width: 260px;
height: 60px; height: 60px;
line-height: 60px; line-height: 60px;
font-size: 16px; font-size: 16px;
...@@ -363,6 +363,10 @@ export default { ...@@ -363,6 +363,10 @@ export default {
color: #fff; color: #fff;
} }
} }
img{
width: 260px;
height: 60px;
}
} }
} }
.foot { .foot {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment