mirror of https://github.com/apache/cloudstack.git
fix slider component for global settings of the range type (#10187)
This commit is contained in:
parent
796bd4f72c
commit
9967bb3fe8
|
|
@ -55,9 +55,9 @@
|
|||
/>
|
||||
</a-tooltip>
|
||||
</span>
|
||||
<span v-else-if="configrecord.type ==='Range'">
|
||||
<a-row>
|
||||
<a-col>
|
||||
<span v-else-if="configrecord.type ==='Range'" style="width: 75%;">
|
||||
<a-row type="flex">
|
||||
<a-col flex="auto">
|
||||
<a-tooltip :title="editableValue">
|
||||
<a-slider
|
||||
style="width: 13vw"
|
||||
|
|
@ -73,10 +73,10 @@
|
|||
/>
|
||||
</a-tooltip>
|
||||
</a-col>
|
||||
<a-col>
|
||||
<a-col flex="30px">
|
||||
<a-tooltip :title="editableValue">
|
||||
<a-input-number
|
||||
style="width: 5vw; margin-left: 10px; float: right"
|
||||
style="margin-left: 10px;"
|
||||
class="config-slider-text"
|
||||
:defaultValue="configrecord.value * 100"
|
||||
:min="0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue