Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qr-consistency-vue3
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
刘怀志
qr-consistency-vue3
Commits
9362f0b6
Commit
9362f0b6
authored
Apr 14, 2025
by
高滢
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
09daf4a0
6681340f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
index.scss
src/assets/styles/index.scss
+2
-2
index.vue
src/views/system/factory/index.vue
+4
-2
No files found.
src/assets/styles/index.scss
View file @
9362f0b6
...
@@ -127,8 +127,8 @@ aside {
...
@@ -127,8 +127,8 @@ aside {
//main-container全局样式
//main-container全局样式
.app-container
{
.app-container
{
display
:
flex
;
//
display: flex;
flex-direction
:
column
;
/* 垂直排列 */
//
flex-direction: column; /* 垂直排列 */
margin
:
24px
;
margin
:
24px
;
padding
:
20px
;
padding
:
20px
;
background
:
#FAFAFB
;
background
:
#FAFAFB
;
...
...
src/views/system/factory/index.vue
View file @
9362f0b6
<
template
>
<
template
>
<div
style=
"padding: 30px
"
>
<div
class=
"app-container
"
>
<el-button
type=
"primary"
plain
style=
"float: right;margin: 12px 0"
@
click=
"addFactory"
>
新建
</el-button>
<div>
<el-button
type=
"primary"
plain
style=
"float: right;margin: 12px 0"
@
click=
"addFactory"
>
新建
</el-button>
</div>
<el-table
:data=
"tableList"
style=
"width: 100%;"
border
>
<el-table
:data=
"tableList"
style=
"width: 100%;"
border
>
<el-table-column
label=
"序号"
align=
"center"
>
<el-table-column
label=
"序号"
align=
"center"
>
<template
#
default=
"scope"
>
<template
#
default=
"scope"
>
...
...
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