尝试增加气泡滚动条

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

Loading…
Cancel
Save