Commit cf64d323 authored by 李苏's avatar 李苏 💬

调整

parent fcf7578d
<template> <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-->
<div ref="move" class="move"> <div ref="move" class="move">
...@@ -207,12 +207,18 @@ ...@@ -207,12 +207,18 @@
overflow-y: scroll; overflow-y: scroll;
} }
/*
.treeBody::-webkit-scrollbar { .treeBody::-webkit-scrollbar {
background-color: #000; background-color: #000;
width: 0px; width: 0px;
} */
/* .treeBody::-webkit-scrollbar{
background-color: #fff;
} */
.treeBody::-webkit-scrollbar-track {
background: #fff; /* 滚动条轨道背景颜色 */
} }
.move { .move {
......
<template> <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;"> <div class="min_full" style="width: 380px;border: 0px;height: 140vh;">
<!-- <LazyTree treeTitle="设备信息树" ref="lazyTree" :props="{ <!-- <LazyTree treeTitle="设备信息树" ref="lazyTree" :props="{
label: 'name', label: 'name',
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</div> </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%;"> <div style="height:477px;width: 100%;">
<BasePage @getRow='getRow' :power='power' class="min_full" <BasePage @getRow='getRow' :power='power' class="min_full"
style="height: 477px;border: 0px;border-bottom: 5px solid #eee;" @delSuccess='delSuccess' :autoQuery='false' style="height: 477px;border: 0px;border-bottom: 5px solid #eee;" @delSuccess='delSuccess' :autoQuery='false'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment