Commit ef873d70 authored by 黄奎's avatar 黄奎

新增餐类型滚动条

parent f518b4da
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
</div> </div>
</el-button> </el-button>
<template #dropdown> <template #dropdown>
<el-dropdown-menu> <el-dropdown-menu style="max-height:300px;">
<el-dropdown-item v-for="(x, i) in DiningTypeList" @click="handleChangeTypeOrPlatform(x.ID, 3)" <el-dropdown-item v-for="(x, i) in DiningTypeList" @click="handleChangeTypeOrPlatform(x.ID, 3)"
:key="i" :key="i"
:style="{'font-weight':x.ID===searchParmeters.DiningType?'600':'', :style="{'font-weight':x.ID===searchParmeters.DiningType?'600':'',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment