Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pjnkb-vue
Project
Project
Details
Activity
Releases
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
李苏
pjnkb-vue
Commits
f35cf5f8
Commit
f35cf5f8
authored
Apr 10, 2025
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
82261d93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
index.vue
src/views/index.vue
+9
-8
No files found.
src/views/index.vue
View file @
f35cf5f8
...
@@ -478,11 +478,11 @@
...
@@ -478,11 +478,11 @@
zsl
:
150
,
zsl
:
150
,
ycsl
:
18
ycsl
:
18
},
},
{
//
{
name
:
"设备状态检测"
,
//
name: "设备状态检测",
zsl
:
110
,
//
zsl: 110,
ycsl
:
12
//
ycsl: 12
}
//
}
]
]
}
}
},
},
...
@@ -1235,9 +1235,10 @@
...
@@ -1235,9 +1235,10 @@
.grid-container
{
.grid-container
{
display
:
grid
;
display
:
grid
;
grid-template-columns
:
repeat
(
3
,
1fr
);
// grid-template-columns: repeat(3, 1fr);
/* 创建3列,每列等宽 */
// grid-template-rows: repeat(3, 32%);
grid-template-rows
:
repeat
(
3
,
32%
);
grid-template-columns
:
repeat
(
4
,
1fr
);
grid-template-rows
:
repeat
(
2
,
48%
);
gap
:
10px
;
gap
:
10px
;
height
:
calc
(
100%
-
66px
);
height
:
calc
(
100%
-
66px
);
width
:
100%
;
width
:
100%
;
...
...
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