fix: Issues #198 done.
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
:isSubmitCfmCtEteEnd="isSubmitCfmCtEteEnd"
|
||||
:isSubmitCfmCtEteSE="isSubmitCfmCtEteSE"
|
||||
></ConformanceSelectResult>
|
||||
<!-- Time Range -->
|
||||
<ConformanceTimeRange
|
||||
@min-total-seconds="minTotalSeconds"
|
||||
@max-total-seconds="maxTotalSeconds"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div class="flex justify-between items-center">
|
||||
<Durationjs :max="minVuemax" :min="minVuemin" :size="'min'" :updateMax="updateMax" @total-seconds="minTotalSeconds"></Durationjs>
|
||||
<span>~</span>
|
||||
<Durationjs :max="maxVuemax" :min="maxVuemin" :size="'max'" @total-seconds="maxTotalSeconds"></Durationjs>
|
||||
<Durationjs :max="maxVuemax" :min="maxVuemin" :size="'max'" @total-seconds="maxTotalSeconds"></Durationjs>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user