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