Commit 6d6bbb98 authored by lxm's avatar lxm

feat:update

parent 3cc1f3eb
......@@ -2,8 +2,8 @@
<view class="timer">
<NormalTitle :elementInfo="elementInfo"></NormalTitle>
<view class="date-wrap">
<u-icon class="icon" name="calendar-fill"></u-icon>
<u-input
style="width:'100%'"
placeholder="请输入日期"
input-align="center"
v-model="elementInfo.option.dateTime.date"
......@@ -79,32 +79,13 @@
<style lang="scss" scoped>
.timer {
position: relative;
z-index: 999999;
display: flex;
flex-flow: column;
justify-content: center;
width: 100%;
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>
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