|
@@ -42,6 +42,10 @@
|
|
<button class="button button-gray" @click="operation">手动</button>
|
|
<button class="button button-gray" @click="operation">手动</button>
|
|
<button class="button button-blue">拉远</button>
|
|
<button class="button button-blue">拉远</button>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div>
|
|
|
|
+ <button class="button button-gray">降低</button>
|
|
|
|
+ <button class="button button-blue">升高</button>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -623,13 +627,14 @@ export default {
|
|
}
|
|
}
|
|
.img-right {
|
|
.img-right {
|
|
transform: rotate(180deg);
|
|
transform: rotate(180deg);
|
|
- right: 45px;
|
|
|
|
|
|
+ right: 41px;
|
|
top: 50px;
|
|
top: 50px;
|
|
}
|
|
}
|
|
.img-bottom {
|
|
.img-bottom {
|
|
transform: rotate(-90deg);
|
|
transform: rotate(-90deg);
|
|
bottom: 20px;
|
|
bottom: 20px;
|
|
left: 130px;
|
|
left: 130px;
|
|
|
|
+ bottom: 25px
|
|
}
|
|
}
|
|
.img-left {
|
|
.img-left {
|
|
top: 50px;
|
|
top: 50px;
|
|
@@ -640,7 +645,7 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.control-right {
|
|
.control-right {
|
|
- padding: 20px 0;
|
|
|
|
|
|
+ // padding: 0px 0;
|
|
.button-blue {
|
|
.button-blue {
|
|
background-color: rgb(2, 167, 240);
|
|
background-color: rgb(2, 167, 240);
|
|
}
|
|
}
|