Showing
1 changed file
with
5 additions
and
1 deletions
1 | 1 | <template> |
2 | 2 | <BasicModal |
3 | - :useWrapper="true" | |
4 | 3 | width="82vw" |
5 | 4 | :height="compHeight" |
6 | 5 | v-bind="$attrs" |
7 | 6 | @register="registerModal" |
8 | 7 | @ok="handleSubmit" |
9 | 8 | :draggable="false" |
9 | + class="basic-modal" | |
10 | + className="{styles.headSetPop}" | |
10 | 11 | > |
11 | 12 | <div |
12 | 13 | style=" |
... | ... | @@ -254,4 +255,7 @@ |
254 | 255 | transition: border-color 0.3s ease; |
255 | 256 | } |
256 | 257 | } |
258 | + .headSetPop :global(.ant-modal-header) { | |
259 | + padding: 27px 0px !important; | |
260 | + } | |
257 | 261 | </style> | ... | ... |