|
|
@ -122,29 +122,4 @@ export default { |
|
|
|
|
|
|
|
<style lang="scss" scoped > |
|
|
|
@import "@/assets/scss/pages/caiji.scss"; |
|
|
|
|
|
|
|
.my-field /deep/ .mint-field-core { |
|
|
|
text-align: right; |
|
|
|
margin-right: 20px; |
|
|
|
} |
|
|
|
|
|
|
|
/deep/ .mint-popup-bottom { |
|
|
|
width: 100vw; |
|
|
|
} |
|
|
|
|
|
|
|
.picker-toolbar-title { |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|
justify-content: space-around; |
|
|
|
align-items: center; |
|
|
|
background-color: #eee; |
|
|
|
height: 44px; |
|
|
|
line-height: 44px; |
|
|
|
font-size: 16px; |
|
|
|
.usi-btn-cancel, |
|
|
|
.usi-btn-sure { |
|
|
|
color: #26a2ff; |
|
|
|
font-size: 16px; |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |
|
|
|