Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
陈剑华
2024-10-10 11:19:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7384916de09a51d624b2bd9647c6c9f197a86b42
7384916d
1 parent
4ad538b5
feat: 预约列表已预约边框
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/mine/appointment/AppointmentListChildComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/mine/appointment/AppointmentListChildComponent.ets
View file @
7384916
...
...
@@ -166,9 +166,6 @@ export struct AppointmentListChildComponent {
.width(52)
.height(24)
.borderRadius(3)
.borderStyle(BorderStyle.Solid)
.borderWidth(this.isReserved(Number(item.objectId)) ? 1 : 0)
.borderColor('#e5e5e5')
.onClick(() => {
this.dialogController.open()
})
...
...
Please
register
or
login
to post a comment