Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
E
ec-report-refactor
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lihuizhen
ec-report-refactor
Commits
6d6bbb98
Commit
6d6bbb98
authored
May 16, 2022
by
lxm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:update
parent
3cc1f3eb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
22 deletions
+3
-22
DatePicker.vue
components/DatePicker/DatePicker.vue
+3
-22
No files found.
components/DatePicker/DatePicker.vue
View file @
6d6bbb98
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
<view
class=
"timer"
>
<view
class=
"timer"
>
<NormalTitle
:elementInfo=
"elementInfo"
></NormalTitle>
<NormalTitle
:elementInfo=
"elementInfo"
></NormalTitle>
<view
class=
"date-wrap"
>
<view
class=
"date-wrap"
>
<u-icon
class=
"icon"
name=
"calendar-fill"
></u-icon>
<u-input
<u-input
style=
"width:'100%'"
placeholder=
"请输入日期"
placeholder=
"请输入日期"
input-align=
"center"
input-align=
"center"
v-model=
"elementInfo.option.dateTime.date"
v-model=
"elementInfo.option.dateTime.date"
...
@@ -79,32 +79,13 @@
...
@@ -79,32 +79,13 @@
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.timer
{
.timer
{
position
:
relative
;
z-index
:
999999
;
display
:
flex
;
display
:
flex
;
flex-flow
:
column
;
flex-flow
:
column
;
justify-content
:
center
;
justify-content
:
center
;
width
:
100%
;
width
:
100%
;
color
:
#fff
;
color
:
#fff
;
.date-wrap
{
width
:
200px
;
position
:
relative
;
.icon
{
font-size
:
20px
;
position
:
absolute
;
top
:
5px
;
left
:
10px
;
}
.u-input__right-icon
.u-icon--right
.u-icon__icon
{
display
:
none
;
background
:
red
;
}
}
}
</
style
>
<
style
lang=
"scss"
>
/
deep
/
.u-input__right-icon
.u-icon--right
.u-icon__icon
{
display
:
none
;
background
:
red
!
important
;
}
}
</
style
>
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment