Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xyxBooking-weapp
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
2026-01-08 20:16:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6f9a1e65c9c5f1fb276ece388198a653dc1efadd
6f9a1e65
1 parent
e8c22fe8
style: 更新全局样式并移除冗余的checkbox样式
移除notice页面中已不再需要的checkbox样式,同时在全局样式中添加主色调变量定义
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
src/app.less
src/pages/notice/index.vue
src/app.less
View file @
6f9a1e6
/**
* @Date: 2025-06-28 10:33:00
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2026-01-08 20:14:14
* @FilePath: /xyxBooking-weapp/src/app.less
* @Description: 全局样式
*/
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--nut-primary-color: #A67939;
}
...
...
src/pages/notice/index.vue
View file @
6f9a1e6
<!--
* @Date: 2024-01-15 11:43:01
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2026-01-08
10:44:3
2
* @LastEditTime: 2026-01-08
20:16:0
2
* @FilePath: /xyxBooking-weapp/src/pages/notice/index.vue
* @Description: 文件描述
-->
...
...
@@ -92,8 +92,4 @@ const confirmBtn = () => {
}
}
}
.nut-checkbox__icon {
color: #A67939;
}
</style>
...
...
Please
register
or
login
to post a comment