Commit 08fa135450ab88b1be1a00c1020b4a3eab96018b

Authored by fengtao
1 parent 61bda23a

fix:修复个人资料右上角图标距离底部太近样式问题

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>