Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
custom_form
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2023-04-10 14:26:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0182ccb7c5d3dcb84f21fbef9ef8d8e76716cd4e
0182ccb7
1 parent
7d6ba6e8
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/DateTimePickerField/index.vue
src/components/DateTimePickerField/index.vue
View file @
0182ccb
<!--
* @Date: 2022-09-08 15:02:45
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-04-
07 17:31:50
* @LastEditTime: 2023-04-
10 14:26:15
* @FilePath: /custom_form/src/components/DateTimePickerField/index.vue
* @Description: 日期时间选择器
-->
...
...
@@ -169,7 +169,7 @@ const validDateTime = () => {
defineExpose({ validDateTime, id: props.item.key });
</script>
<style lang="less"
scoped
>
<style lang="less">
.datetime-picker {
margin: 1rem;
.label {
...
...
Please
register
or
login
to post a comment