Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue3portal
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
wuhao
vue3portal
Commits
7f5ef4bd
Commit
7f5ef4bd
authored
Aug 18, 2023
by
左玲玲
😬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1345
parent
55d45e1e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
elsmain.vue
src/pages/layouts/components/elsmain.vue
+6
-6
index.vue
src/pages/layouts/index.vue
+2
-2
No files found.
src/pages/layouts/components/elsmain.vue
View file @
7f5ef4bd
<
template
>
<div
class=
"mainbox"
>
<div
class=
"set1 colflex leftbox"
>
<div
class=
"box
3
"
>
<div
class=
"box
2
"
>
<aYinTechBorderA1
:config=
"
{ ...leftConfig, title: '设备状态' }">
<div
class=
"pad12 swh"
style=
"padding-top: 24px;"
>
<Devicestatus
:datas=
"devicestatus"
></Devicestatus>
...
...
@@ -83,15 +83,15 @@
</div>
</div>
<div
class=
"set1 colflex leftbox"
>
<div
class=
"box
3
"
>
<aYinTechBorderB
3
:config=
"tableconfig"
>
<div
class=
"box
2
"
>
<aYinTechBorderB
4
:config=
"tableconfig"
>
<panelTitleA1
:config=
"
{ ...titleconfig, position: 'left' }">任务待办
<DigitalTransform
:value=
"taskData?.length"
dislocation
:interval=
"500"
></DigitalTransform>
</panelTitleA1>
<div
class=
"pad12 swh"
style=
"padding-top: 40px;"
>
<Scrolltable
:dataSource=
"taskData"
:columns=
"taskColumns"
:colors=
"taskColors"
></Scrolltable>
</div>
</aYinTechBorderB
3
>
</aYinTechBorderB
4
>
</div>
<div
class=
"box3"
>
<aYinTechBorderB4
:config=
"systemconfig"
>
...
...
@@ -483,7 +483,7 @@ const handleClick = (it) => {
.box2 {
width: 100%;
height: 2
0
0px;
height: 2
8
0px;
}
.box3 {
...
...
@@ -493,7 +493,7 @@ const handleClick = (it) => {
.middlebox {
width: 100%;
height:
61
8px;
height:
59
8px;
}
.pad12 {
...
...
src/pages/layouts/index.vue
View file @
7f5ef4bd
...
...
@@ -2,7 +2,7 @@
* @Author: zuolingling zuolingling@jsnangao.com
* @Date: 2023-08-10 15:27:18
* @LastEditors: zuolingling zuolingling@jsnangao.com
* @LastEditTime: 2023-08-1
5 14:06:37
* @LastEditTime: 2023-08-1
8 13:30:26
* @FilePath: \vue3portal\src\pages\layouts\index.vue
* @Description:
*
...
...
@@ -19,7 +19,7 @@ import "@/assets/less/main.less";
<el-header
height=
"40px"
style=
"padding: 0;"
>
<elsheader></elsheader>
</el-header>
<el-main
class=
"scrollbar"
style=
"flex:1;"
>
<el-main
class=
"scrollbar"
style=
"flex:1;
padding: 12px;
"
>
<elsmain></elsmain>
</el-main>
</el-container>
...
...
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