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 10:45:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c7cb4445d8f416995499390a6098349de490636e
c7cb4445
1 parent
5f3f543a
style(notice): 更新复选框图标颜色为#A67939
feat: 添加NutConfigProvider组件到类型声明
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
components.d.ts
src/pages/notice/index.vue
components.d.ts
View file @
c7cb444
...
...
@@ -10,6 +10,7 @@ declare module 'vue' {
NutButton
:
typeof
import
(
'@nutui/nutui-taro'
)[
'Button'
]
NutCheckbox
:
typeof
import
(
'@nutui/nutui-taro'
)[
'Checkbox'
]
NutCheckboxGroup
:
typeof
import
(
'@nutui/nutui-taro'
)[
'CheckboxGroup'
]
NutConfigProvider
:
typeof
import
(
'@nutui/nutui-taro'
)[
'ConfigProvider'
]
NutDatePicker
:
typeof
import
(
'@nutui/nutui-taro'
)[
'DatePicker'
]
NutInput
:
typeof
import
(
'@nutui/nutui-taro'
)[
'Input'
]
NutPicker
:
typeof
import
(
'@nutui/nutui-taro'
)[
'Picker'
]
...
...
src/pages/notice/index.vue
View file @
c7cb444
<!--
* @Date: 2024-01-15 11:43:01
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2026-01-0
7 10:50:51
* @LastEditTime: 2026-01-0
8 10:44:32
* @FilePath: /xyxBooking-weapp/src/pages/notice/index.vue
* @Description: 文件描述
-->
...
...
@@ -92,4 +92,8 @@ const confirmBtn = () => {
}
}
}
.nut-checkbox__icon {
color: #A67939;
}
</style>
...
...
Please
register
or
login
to post a comment