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-07-08 11:09:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
38415f85650a6818a9b84b8dafffe53a64604745
38415f85
1 parent
f37b69e2
style: 调整订单详情弹窗内边距和反馈页面图标
修改订单详情弹窗的左右内边距为10rpx 将反馈页面的车辆信息图标从自行车改为摩托车
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/pages/feedBack/index.vue
src/pages/myOrders/index.less
src/pages/feedBack/index.vue
View file @
38415f8
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-07-0
7 16:48:19
* @LastEditTime: 2025-07-0
8 11:02:56
* @FilePath: /jgdl/src/pages/feedBack/index.vue
* @Description: 意见反馈页面
-->
...
...
@@ -131,7 +131,7 @@ import './index.less'
const categories = ref([
{ id: 'feature', name: '功能建议', icon: '💡' },
{ id: 'ui', name: '界面设计', icon: '✖️' },
{ id: 'vehicle', name: '车辆信息', icon: '
🚲
' },
{ id: 'vehicle', name: '车辆信息', icon: '
🛵
' },
{ id: 'other', name: '其他问题', icon: '❓' }
])
...
...
src/pages/myOrders/index.less
View file @
38415f8
...
...
@@ -447,7 +447,7 @@
/* 订单详情弹窗样式 */
.order-detail-popup {
padding: 40rpx;
padding: 40rpx
10rpx
;
height: 100%;
display: flex;
flex-direction: column;
...
...
Please
register
or
login
to post a comment