26732
This commit is contained in:
@@ -243,8 +243,9 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.right {
|
.right {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
height: 112px;
|
height: 112px;
|
||||||
line-height: 112px;
|
|
||||||
padding-right: 32px;
|
padding-right: 32px;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
<div class="label" v-if="label" v-html="label"/>
|
<div class="label" v-if="label" v-html="label"/>
|
||||||
<div class="placeholder" v-else v-html="placeholder"/>
|
<div class="placeholder" v-else v-html="placeholder"/>
|
||||||
<u-icon name="arrow-right" color="#ddd"/>
|
<u-icon name="arrow-right" color="#ddd"/>
|
||||||
<!-- <i class="iconfont iconfont-iconArrow_Down"/> -->
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
@@ -53,18 +52,18 @@ export default {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.AiDate {
|
.AiDate {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
|
font-size: 30px;
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::v-deep .u-icon {
|
||||||
|
margin-left: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.placeholder {
|
.placeholder {
|
||||||
color: $uni-text-color-grey;
|
color: $uni-text-color-grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
.iconfont-iconArrow_Down {
|
|
||||||
margin-left: 4px;
|
|
||||||
font-size: 32px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user