We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796bd4f commit 9967bb3Copy full SHA for 9967bb3
ui/src/views/setting/ConfigurationValue.vue
@@ -55,9 +55,9 @@
55
/>
56
</a-tooltip>
57
</span>
58
- <span v-else-if="configrecord.type ==='Range'">
59
- <a-row>
60
- <a-col>
+ <span v-else-if="configrecord.type ==='Range'" style="width: 75%;">
+ <a-row type="flex">
+ <a-col flex="auto">
61
<a-tooltip :title="editableValue">
62
<a-slider
63
style="width: 13vw"
@@ -73,10 +73,10 @@
73
74
75
</a-col>
76
+ <a-col flex="30px">
77
78
<a-input-number
79
- style="width: 5vw; margin-left: 10px; float: right"
+ style="margin-left: 10px;"
80
class="config-slider-text"
81
:defaultValue="configrecord.value * 100"
82
:min="0"
0 commit comments