mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 20:41:03 +00:00
feat:已修复详情弹窗位置问题:RecordDetailModal 现在 append-to-body、destroy-on-close,并设定 top="10vh",点击列表底部的“详情”不会被滚动容器截断或浮在页面顶部看不到。
This commit is contained in:
@@ -1,9 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<el-dialog
|
<el-dialog
|
||||||
|
:append-to-body="true"
|
||||||
class="record-detail-modal"
|
class="record-detail-modal"
|
||||||
:close-on-click-modal="false"
|
:close-on-click-modal="false"
|
||||||
|
:destroy-on-close="true"
|
||||||
:model-value="show"
|
:model-value="show"
|
||||||
:show-close="false"
|
:show-close="false"
|
||||||
|
top="10vh"
|
||||||
width="720px"
|
width="720px"
|
||||||
@close="emitClose"
|
@close="emitClose"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user