mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-17 13:55:24 +00:00
fix style
This commit is contained in:
parent
934c9a56a5
commit
7ddd719205
@ -56,7 +56,7 @@ limitations under the License. -->
|
||||
:clearable="true"
|
||||
/>
|
||||
</div>
|
||||
<div class="item" v-show="isTopn">
|
||||
<div class="item mb-10" v-show="isTopn">
|
||||
<span class="label">{{ t("sortOrder") }}</span>
|
||||
<SelectSingle
|
||||
:value="currentMetric.sortOrder || 'DES'"
|
||||
@ -67,11 +67,12 @@ limitations under the License. -->
|
||||
</div>
|
||||
<div class="item" v-show="isTopn">
|
||||
<span class="label">{{ t("maxItemNum") }}</span>
|
||||
<el-input-number
|
||||
<el-input
|
||||
class="selectors"
|
||||
v-model="currentMetric.topN"
|
||||
size="small"
|
||||
placeholder="none"
|
||||
type="number"
|
||||
:min="1"
|
||||
:max="100"
|
||||
@change="changeConfigs(index, { topN: currentMetric.topN || 10 })"
|
||||
|
Loading…
Reference in New Issue
Block a user