Commit 6d6bbb98 authored by lxm's avatar lxm

feat:update

parent 3cc1f3eb
...@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment