尝试增加气泡滚动条

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

@ -3,11 +3,11 @@
import {InfoFilled} from "@element-plus/icons-vue";
const props = defineProps({
title:{
title: {
type: String,
default: '说明'
},
width:{
width: {
type: Number,
default: 400
},
@ -36,5 +36,8 @@ const props = defineProps({
</template>
<style scoped>
</style>
.el-popover {
height: 800px;
overflow: auto;
}
</style>

Loading…
Cancel
Save