fix view variable display bug (#11100)
This commit is contained in:
parent
34d2c513c5
commit
9164ec8bf1
|
|
@ -227,7 +227,12 @@ export default defineComponent({
|
|||
<NTooltip
|
||||
v-slots={{
|
||||
trigger: () => (
|
||||
<NPopover placement='bottom' trigger='click'>
|
||||
<NPopover
|
||||
placement='bottom'
|
||||
trigger='click'
|
||||
scrollable
|
||||
style={{ maxWidth: '50vw', maxHeight: '70vh' }}
|
||||
>
|
||||
{{
|
||||
trigger: () => (
|
||||
<NButton
|
||||
|
|
|
|||
Loading…
Reference in New Issue