Commit 8a128bc5 by jianglong

修改左侧check-box

parent b99483fb
...@@ -197,5 +197,8 @@ export default { ...@@ -197,5 +197,8 @@ export default {
} }
</script> </script>
<style> <style>
.checkbox-left {
float: left!important;
margin-left: 120px;
}
</style> </style>
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
prop="liaall.liaccv.gleflg" prop="liaall.liaccv.gleflg"
> >
<c-col :span="7"> <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>
<!-- <c-col :span="3" style="float: right;"> --> <!-- <c-col :span="3" style="float: right;"> -->
<!-- <c-row> --> <!-- <c-row> -->
...@@ -354,4 +354,8 @@ export default { ...@@ -354,4 +354,8 @@ export default {
}; };
</script> </script>
<style> <style>
.checkbox-left {
float: left!important;
margin-left: 0px!important;
}
</style> </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