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