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-18 16:57:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3e5bf68cca0cbf7cbf4be2cd04b4ce70d72820eb
3e5bf68c
1 parent
3fd0056d
style(feedBackList): 优化反馈列表页面的样式
移除反馈类型和状态的多余背景和边框样式 简化颜色和字体大小设置
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
16 deletions
src/pages/feedBackList/index.less
src/pages/feedBackList/index.vue
src/pages/feedBackList/index.less
View file @
3e5bf68
...
...
@@ -51,30 +51,21 @@
}
.feedback-type {
background: #fb923c;
color: #fff;
padding: 8rpx 16rpx;
border-radius: 20rpx;
font-size: 22rpx;
font-weight: 500;
font-size: 24rpx;
color: #6b7280;
font-weight: 400;
}
.feedback-status {
padding: 6rpx 12rpx;
border-radius: 16rpx;
font-size: 20rpx;
font-size: 22rpx;
font-weight: 500;
&.status-pending {
background: #fef3c7;
color: #d97706;
border: 1rpx solid #fbbf24;
}
&.status-processed {
background: #d1fae5;
color: #059669;
border: 1rpx solid #34d399;
}
}
}
...
...
src/pages/feedBackList/index.vue
View file @
3e5bf68
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-07-18 16:
33
:26
* @LastEditTime: 2025-07-18 16:
56
:26
* @FilePath: /jgdl/src/pages/feedBackList/index.vue
* @Description: 意见反馈列表页面
-->
...
...
Please
register
or
login
to post a comment