|
@@ -11,8 +11,6 @@
|
|
|
新增分组
|
|
|
</button>
|
|
|
|
|
|
- <div class="obstructor"></div>
|
|
|
-
|
|
|
<div class="scene-group-wrap">
|
|
|
<SceneGroupInEditor
|
|
|
v-for="(item) of catalogTopology"
|
|
@@ -595,13 +593,9 @@ export default {
|
|
|
flex: 1 1 auto;
|
|
|
height: 1px;
|
|
|
overflow: auto;
|
|
|
- padding-top: 32px;
|
|
|
- padding-bottom: 38px;
|
|
|
+ padding-top: 24px;
|
|
|
padding-left: 20px;
|
|
|
padding-right: 20px;
|
|
|
- &::-webkit-scrollbar-button {
|
|
|
- background-color: transparent; height: 38px;
|
|
|
- }
|
|
|
.pano-con {
|
|
|
padding: 20px 30px;
|
|
|
height: calc(100vh - 250px);
|