hookehuyr

style(authCar): 调整弹窗位置和底部按钮内边距

将认证费用说明弹窗位置从右侧改为底部,并增加底部按钮区域的上边距以改善视觉效果
...@@ -438,7 +438,7 @@ ...@@ -438,7 +438,7 @@
438 438
439 /* 底部按钮区域 */ 439 /* 底部按钮区域 */
440 .popup-footer { 440 .popup-footer {
441 - padding: 24rpx 32rpx; 441 + padding: 42rpx 32rpx;
442 border-top: 1rpx solid #f3f4f6; 442 border-top: 1rpx solid #f3f4f6;
443 background-color: #ffffff; 443 background-color: #ffffff;
444 display: flex; 444 display: flex;
......
1 <!-- 1 <!--
2 * @Date: 2022-09-19 14:11:06 2 * @Date: 2022-09-19 14:11:06
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-08-04 10:21:56 4 + * @LastEditTime: 2025-08-04 10:30:09
5 * @FilePath: /jgdl/src/pages/authCar/index.vue 5 * @FilePath: /jgdl/src/pages/authCar/index.vue
6 * @Description: 认证车源 6 * @Description: 认证车源
7 --> 7 -->
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
88 <!-- 认证费用说明弹窗 --> 88 <!-- 认证费用说明弹窗 -->
89 <nut-popup 89 <nut-popup
90 v-model:visible="showAuthInfoPopup" 90 v-model:visible="showAuthInfoPopup"
91 - position="right" 91 + position="bottom"
92 :style="{ width: '100%', height: '100%' }" 92 :style="{ width: '100%', height: '100%' }"
93 closeable 93 closeable
94 close-icon-position="top-right" 94 close-icon-position="top-right"
......