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-07 23:20:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
37086f65c74467dd439daa2dd766cb486a815515
37086f65
1 parent
f0f7d848
docs(project_rules): 更新项目规则文档,添加中文注释要求
style(booking): 调整预约页面背景色和最小高度
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
.trae/rules/project_rules.md
src/pages/booking/index.vue
.trae/rules/project_rules.md
View file @
37086f6
# 项目规则
## 项目依赖
1.
项目基于 Taro4, 文档参考: https://docs.taro.zone/docs/.
2.
项目中使用 Taro4 的 vue 写法编写.
3.
项目中使用 NutUI4 组件库.
4.
项目中使用 @nutui/icons-vue-taro 图标库, 如果遇到 lucide-react 引用, 替换成相应的icons-vue-taro图标.
5.
CSS部分使用 Tailwindcss.
6.
单位统一使用 rpx.
7.
生成代码时, 生成相应的中文注释, 方便后续维护.
...
...
src/pages/booking/index.vue
View file @
37086f6
<!--
* @Date: 2024-01-15 13:35:51
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2026-01-0
6 23:00:3
9
* @LastEditTime: 2026-01-0
7 23:18:2
9
* @FilePath: /xyxBooking-weapp/src/pages/booking/index.vue
* @Description: 预约页面
-->
...
...
@@ -291,6 +291,8 @@ const nextBtn = () => {
<style lang="less">
.booking-page {
position: relative;
min-height: 100vh;
background-color: #F6F6F6;
.calendar {
padding: 32rpx 16rpx;
.choose-date {
...
...
@@ -319,7 +321,7 @@ const nextBtn = () => {
}
}
.days-of-week {
background-color: #
EAEAEA
;
background-color: #
F6F6F6
;
display: flex;
padding: 24rpx 1%;
font-size: 27rpx;
...
...
Please
register
or
login
to post a comment