Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zghywpc-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
李苏
zghywpc-vue
Commits
cf64d323
Commit
cf64d323
authored
Sep 11, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
fcf7578d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
sbsLazyTree.vue
src/components/sbsLazyTree.vue
+8
-2
index.vue
src/views/sbxxgl/sbxx/index.vue
+2
-2
No files found.
src/components/sbsLazyTree.vue
View file @
cf64d323
<
template
>
<div
v-loading=
'!loading'
element-loading-text=
"数据量较大请耐心等待"
ref=
"lazyTree"
class=
"full"
style=
"position: relative;"
>
<div
v-loading=
'!loading'
element-loading-text=
"数据量较大请耐心等待"
ref=
"lazyTree"
class=
"full"
style=
"position: relative;
border-right: 0px;
"
>
<!-- 拖动 的div-->
<div
ref=
"move"
class=
"move"
>
...
...
@@ -207,12 +207,18 @@
overflow-y
:
scroll
;
}
/*
.treeBody::-webkit-scrollbar {
background-color: #000;
width: 0px;
} */
/* .treeBody::-webkit-scrollbar{
background-color: #fff;
} */
.treeBody
::-webkit-scrollbar-track
{
background
:
#fff
;
/* 滚动条轨道背景颜色 */
}
.move
{
...
...
src/views/sbxxgl/sbxx/index.vue
View file @
cf64d323
<
template
>
<div
class=
"full flex hastree"
style=
"flex-direction: row;height: 140vh;border-top: 5px solid #eee;"
>
<div
class=
"full flex hastree"
style=
"flex-direction: row;height: 140vh;border-top: 5px solid #eee;
border-left: 0px;
"
>
<div
class=
"min_full"
style=
"width: 380px;border: 0px;height: 140vh;"
>
<!--
<LazyTree
treeTitle=
"设备信息树"
ref=
"lazyTree"
:props=
"
{
label: 'name',
...
...
@@ -11,7 +11,7 @@
</div>
<div
class=
"min_full"
style=
"width: calc(100% - 380px);border-top: 0px;height: 140vh;"
>
<div
class=
"min_full"
style=
"width: calc(100% - 380px);border-top: 0px;height: 140vh;
border-left: 0px;
"
>
<div
style=
"height:477px;width: 100%;"
>
<BasePage
@
getRow=
'getRow'
:power=
'power'
class=
"min_full"
style=
"height: 477px;border: 0px;border-bottom: 5px solid #eee;"
@
delSuccess=
'delSuccess'
:autoQuery=
'false'
...
...
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