Commit 8ae6699d by lishengfu

upate

parent 61cba9a3
Showing with 11 additions and 5 deletions
...@@ -38,13 +38,13 @@ ...@@ -38,13 +38,13 @@
</template> </template>
<script lang="ts"> <script lang="ts">
import Vue from "vue"; import Vue from "vue";
import { RadioGroup, Radio , Button} from "vant"; import { RadioGroup, Radio, Button } from "vant";
import { Component } from "vue-property-decorator"; import { Component } from "vue-property-decorator";
@Component({ @Component({
components: { components: {
[RadioGroup.name]: RadioGroup, [RadioGroup.name]: RadioGroup,
[Radio.name]: Radio, [Radio.name]: Radio
}, },
data() { data() {
return { return {
...@@ -55,9 +55,7 @@ import { Component } from "vue-property-decorator"; ...@@ -55,9 +55,7 @@ import { Component } from "vue-property-decorator";
}; };
} }
}) })
export default class workInfo extends Vue { export default class workInfo extends Vue {}
}
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.content { .content {
...@@ -102,6 +100,14 @@ export default class workInfo extends Vue { ...@@ -102,6 +100,14 @@ export default class workInfo extends Vue {
margin-top: 16px; margin-top: 16px;
.van-radio--horizontal { .van-radio--horizontal {
margin-right: 60px; margin-right: 60px;
font-size: 14px;
.van-radio__icon {
display: flex;
align-items: center;
.van-icon {
font-size: 14px;
}
}
} }
} }
} }
......
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 sign in to comment