|
|
@@ -13,7 +13,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="content-info">
|
|
|
- <div class="content-info-left">
|
|
|
+ <div class="content-info-left" :style="{ width: lookInfo ? 'calc(100% - 20px)' : '100%' }">
|
|
|
<div class="content-info-left-style">
|
|
|
<div class="content-info-left-style-title">
|
|
|
{{ dock.gateway.callsign }} - {{ dock.callsign }}
|
|
|
@@ -172,7 +172,6 @@ const hangarLogInfo = computed(() => {
|
|
|
display: flex;
|
|
|
|
|
|
&-left {
|
|
|
- width: calc(100% - 20px);
|
|
|
padding: 5px;
|
|
|
font-size: 12px;
|
|
|
|