Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-08 15:02:45 | 2 | * @Date: 2022-09-08 15:02:45 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2023-04-07 17:31:50 | 4 | + * @LastEditTime: 2023-04-10 14:26:15 |
| 5 | * @FilePath: /custom_form/src/components/DateTimePickerField/index.vue | 5 | * @FilePath: /custom_form/src/components/DateTimePickerField/index.vue |
| 6 | * @Description: 日期时间选择器 | 6 | * @Description: 日期时间选择器 |
| 7 | --> | 7 | --> |
| ... | @@ -169,7 +169,7 @@ const validDateTime = () => { | ... | @@ -169,7 +169,7 @@ const validDateTime = () => { |
| 169 | defineExpose({ validDateTime, id: props.item.key }); | 169 | defineExpose({ validDateTime, id: props.item.key }); |
| 170 | </script> | 170 | </script> |
| 171 | 171 | ||
| 172 | -<style lang="less" scoped> | 172 | +<style lang="less"> |
| 173 | .datetime-picker { | 173 | .datetime-picker { |
| 174 | margin: 1rem; | 174 | margin: 1rem; |
| 175 | .label { | 175 | .label { | ... | ... |
-
Please register or login to post a comment