| | |
| | | margin: -3px 0 140px; |
| | | padding: 1px 0 0; |
| | | .c-form-submit-inner { |
| | | @include position(fixed, n 0 0 n, 0); |
| | | @include position(fixed, n 0 0 n, 10); |
| | | width: 100%; |
| | | } |
| | | [type=primary] { |
| | | height: 90px; |
| | | line-height: 88px; |
| | | height: 100px; |
| | | line-height: 98px; |
| | | border-radius: 0; |
| | | } |
| | | } |
| | |
| | | :required="itemRes.required" |
| | | :disabled="itemRes.disabled" |
| | | :error="itemRes.error" |
| | | :value="itemRes.formData[itemRes.name] + unit" |
| | | :value="valueStr" |
| | | :placeholder="placeholder" |
| | | > |
| | | <view class="at-icon at-icon-chevron-right"></view> |
| | |
| | | sliderLeft: 0, |
| | | }; |
| | | }, |
| | | computed: {}, |
| | | computed: { |
| | | valueStr() { |
| | | if (this.itemRes.formData[this.itemRes.name]) { |
| | | return this.itemRes.formData[this.itemRes.name] + ' ' + this.unit; |
| | | } else { |
| | | return ''; |
| | | } |
| | | }, |
| | | }, |
| | | methods: { |
| | | handleOpen() { |
| | | this.opened = true; |