Commit 8ae6699d by lishengfu

upate

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