单项选择题

在Ant Design of Vue中,栅格化一行一格并且居中的代码是()

A.<a-row><a-col :span="12":gutter="6>col-12col-offset-6</a-col></a-row>
B.<a-row><a-col :gutter="12":offset="6>col-12col-offset-6</a-col></a-row>
C.<a-row><a-col :span="12":offset="6>col-12col-offset-6</a-col></a-row>
D.以上都不对