style: prompt弹窗样式

This commit is contained in:
zhangyh
2025-11-17 16:45:40 +08:00
parent 47817512e1
commit 3403c1d53b

View File

@@ -1,10 +1,9 @@
<template>
<div ref="modalContainer"></div>
<!-- <div ref="modalContainer"></div> -->
<a-modal
class="prompt-modal generalModel"
v-model:visible="showModal"
:footer="null"
:get-container="() => $refs.modalContainer"
width="78%"
:maskClosable="false"
:centered="true"
@@ -198,6 +197,9 @@ const handleCopy = async (value: string) => {
margin-top: 4.3rem;
padding-left: 7.4rem;
display: flex;
justify-content: space-between;
overflow-x: auto;
overflow-y: hidden;
.example-wrapper {
display: flex;
gap: 0;