style: prompt弹窗样式
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user