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

更新优化

parent ad17303e
{
"name": "devls",
"name": "仿真系统",
"version": "0.1.0",
"private": true,
"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>
<html lang="">
<head>
......@@ -5,7 +13,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title>
<title>仿真系统</title>
</head>
<body>
<noscript>
......
......@@ -2,7 +2,7 @@
* @Author: 纪泽龙 jizelong@qq.com
* @Date: 2025-06-11 09:19:41
* @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
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
......@@ -95,7 +95,7 @@ export default {
margin: 0 auto;
justify-content: space-between;
align-items: center;
padding: 0 110px;
padding: 0 50px;
img {
width: 316px;
height: 460px;
......
......@@ -2,7 +2,7 @@
* @Author: 纪泽龙 jizelong@qq.com
* @Date: 2025-06-11 09:19:41
* @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
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
......@@ -348,14 +348,14 @@ export default {
box-sizing: border-box;
position: relative;
.item {
width: 310px;
width: 260px;
height: 60px;
// flex: 1;
text-align: center;
cursor: pointer;
.text {
position: absolute;
width: 310px;
width: 260px;
height: 60px;
line-height: 60px;
font-size: 16px;
......@@ -363,6 +363,10 @@ export default {
color: #fff;
}
}
img{
width: 260px;
height: 60px;
}
}
}
.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