|
@@ -598,7 +598,7 @@ getTopData();
|
|
|
</n-tabs>
|
|
|
<div class="select-card space-x-[5px]">
|
|
|
<NInput v-model:value="reasonValue" size="small" :theme-overrides="inputThemeOverrides" placeholder="指标名称" @clear="onClearSearch" @keyup.enter="onEnterSearch" clearable></NInput>
|
|
|
- <n-select v-model:value="waterTypeValue" :options="options" size="small" :on-update:value="onChangeWaterType" style="width: 80px;"/>
|
|
|
+ <n-select v-model:value="waterTypeValue" :options="options" size="small" :on-update:value="onChangeWaterType" style="width: 80px;" :consistent-menu-width="false" />
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|