Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
F
file-fangzhenxitong
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
纪泽龙
file-fangzhenxitong
Commits
432acbe2
You need to sign in or sign up before continuing.
Commit
432acbe2
authored
Jun 13, 2025
by
纪泽龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新优化
parent
ad17303e
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
7 deletions
+19
-7
package.json
package.json
+1
-1
index.html
public/index.html
+9
-1
Home.vue
src/views/Home.vue
+2
-2
one.vue
src/views/one.vue
+7
-3
No files found.
package.json
View file @
432acbe2
{
"name"
:
"
devls
"
,
"name"
:
"
仿真系统
"
,
"version"
:
"0.1.0"
,
"private"
:
true
,
"scripts"
:
{
...
...
public/index.html
View file @
432acbe2
<!--
* @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>
...
...
src/views/Home.vue
View file @
432acbe2
...
...
@@ -2,7 +2,7 @@
* @Author: 纪泽龙 jizelong@qq.com
* @Date: 2025-06-11 09:19:41
* @LastEditors: 纪泽龙 jizelong@qq.com
* @LastEditTime: 2025-06-1
1 11:42:35
* @LastEditTime: 2025-06-1
3 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
11
0px
;
padding
:
0
5
0px
;
img
{
width
:
316px
;
height
:
460px
;
...
...
src/views/one.vue
View file @
432acbe2
...
...
@@ -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
:
31
0px
;
width
:
26
0px
;
height
:
60px
;
// flex: 1;
text-align
:
center
;
cursor
:
pointer
;
.text
{
position
:
absolute
;
width
:
31
0px
;
width
:
26
0px
;
height
:
60px
;
line-height
:
60px
;
font-size
:
16px
;
...
...
@@ -363,6 +363,10 @@ export default {
color
:
#fff
;
}
}
img
{
width
:
260px
;
height
:
60px
;
}
}
}
.foot
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment