尝试增加气泡滚动条

main
RogerWork 4 months ago
parent e69352fe58
commit 92ff47a357
  1. 4
      src/components/update/Tips.vue

@ -35,9 +35,9 @@ const props = defineProps({
</el-popover> </el-popover>
</template> </template>
<style scoped> <style>
.el-popover { .el-popover {
height: 800px; height: 200px;
overflow: auto; overflow: auto;
} }
</style> </style>

Loading…
Cancel
Save