Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
jgdl
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-08-04 10:35:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8e918828b19447601d4772722843dcad37532995
8e918828
1 parent
95ebf8bb
style(authCar): 调整弹窗位置和底部按钮内边距
将认证费用说明弹窗位置从右侧改为底部,并增加底部按钮区域的上边距以改善视觉效果
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/pages/authCar/index.less
src/pages/authCar/index.vue
src/pages/authCar/index.less
View file @
8e91882
...
...
@@ -438,7 +438,7 @@
/* 底部按钮区域 */
.popup-footer {
padding:
24
rpx 32rpx;
padding:
42
rpx 32rpx;
border-top: 1rpx solid #f3f4f6;
background-color: #ffffff;
display: flex;
...
...
src/pages/authCar/index.vue
View file @
8e91882
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-08-04 10:
21:56
* @LastEditTime: 2025-08-04 10:
30:09
* @FilePath: /jgdl/src/pages/authCar/index.vue
* @Description: 认证车源
-->
...
...
@@ -88,7 +88,7 @@
<!-- 认证费用说明弹窗 -->
<nut-popup
v-model:visible="showAuthInfoPopup"
position="
right
"
position="
bottom
"
:style="{ width: '100%', height: '100%' }"
closeable
close-icon-position="top-right"
...
...
Please
register
or
login
to post a comment