This commit is contained in:
yanran200730
2022-01-14 09:34:34 +08:00
parent 140af94e56
commit 918877138c
2 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,6 @@
<div class="label" v-if="label" v-html="label"/>
<div class="placeholder" v-else v-html="placeholder"/>
<u-icon name="arrow-right" color="#ddd"/>
<!-- <i class="iconfont iconfont-iconArrow_Down"/> -->
</div>
</section>
</template>
@@ -53,18 +52,18 @@ export default {
<style lang="scss" scoped>
.AiDate {
color: #333333;
font-size: 30px;
.label {
font-size: 30px;
}
::v-deep .u-icon {
margin-left: 8px;
}
.placeholder {
color: $uni-text-color-grey;
}
.iconfont-iconArrow_Down {
margin-left: 4px;
font-size: 32px;
}
}
</style>