Commit 8a128bc5 by jianglong

修改左侧check-box

parent b99483fb
......@@ -167,7 +167,7 @@
<c-col :span="24">
<c-checkbox class="checkbox-left" v-model="model.byinst">关于申请人的指示</c-checkbox>
<c-checkbox class="checkbox-left" v-model="model.byinst">关于申请人的指示</c-checkbox>
</c-col>
</el-col>
......@@ -197,5 +197,8 @@ export default {
}
</script>
<style>
.checkbox-left {
float: left!important;
margin-left: 120px;
}
</style>
......@@ -147,7 +147,7 @@
prop="liaall.liaccv.gleflg"
>
<c-col :span="7">
<c-checkbox v-model="model.liaall.liaccv.gleflg">过账</c-checkbox>
<c-checkbox class="checkbox-left" v-model="model.liaall.liaccv.gleflg">过账</c-checkbox>
</c-col>
<!-- <c-col :span="3" style="float: right;"> -->
<!-- <c-row> -->
......@@ -354,4 +354,8 @@ export default {
};
</script>
<style>
.checkbox-left {
float: left!important;
margin-left: 0px!important;
}
</style>
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 to comment