|
@@ -97,7 +97,7 @@
|
|
|
</div>
|
|
|
<div
|
|
|
class="dataBlock-box"
|
|
|
- style="top: 5%; left: 15%; transform: scale(1.4)"
|
|
|
+ style="top: 5%; left: 15%;"
|
|
|
>
|
|
|
<dataBlock
|
|
|
v-if="detail.params.oilpressure"
|
|
@@ -125,10 +125,9 @@
|
|
|
|
|
|
<div
|
|
|
class="dataBlock-box"
|
|
|
- style="top: 0%; right: 29.5%; transform: scale(1.2)"
|
|
|
+ style="top: 0%; right: 29.5%;"
|
|
|
>
|
|
|
<dataBlock
|
|
|
- style="transform: scale(0.9)"
|
|
|
v-if="detail.params.closepressure"
|
|
|
:data="[
|
|
|
{
|
|
@@ -162,7 +161,7 @@
|
|
|
|
|
|
<div
|
|
|
class="dataBlock-box"
|
|
|
- style="bottom: 28%; left: 2.2%; transform: scale(1.2)"
|
|
|
+ style="bottom: 28%; left: 5%; "
|
|
|
>
|
|
|
<dataBlock
|
|
|
v-if="detail.params.pipeflow"
|
|
@@ -180,9 +179,10 @@
|
|
|
]"
|
|
|
></dataBlock>
|
|
|
</div>
|
|
|
+
|
|
|
<div
|
|
|
class="dataBlock-box"
|
|
|
- style="bottom: 32%; right: 30%; transform: scale(1.5)"
|
|
|
+ style="bottom: 32%; right: 30%;"
|
|
|
>
|
|
|
<dataBlock
|
|
|
v-if="detail.params.flowspeed"
|
|
@@ -377,7 +377,7 @@ onUnmounted(() => {
|
|
|
.control {
|
|
|
display: flex;
|
|
|
height: calc(100vh - 60px);
|
|
|
- width: calc(100vw - 256px);
|
|
|
+ width: calc(100vw - 255px);
|
|
|
box-sizing: border-box;
|
|
|
padding: 10px 0;
|
|
|
background: linear-gradient(
|
|
@@ -477,5 +477,6 @@ onUnmounted(() => {
|
|
|
height: 100%;
|
|
|
background: rgb(0, 0, 0, 0.05);
|
|
|
padding: 10px;
|
|
|
+ flex-shrink: 0;
|
|
|
}
|
|
|
</style>
|