登录  注册

首页->Vue框架

在Ant Design of Vue中,关于栅格化列偏移使用正确的是

(A)<a-row :offset="8" > <a-col :span="8">col-8</a-col> <a-col :span="8" >col-8</a-col> </a-row>

(B)<a-row > <a-col :span="8">col-8</a-col> <a-col :span="8" :offset="8">col-8</a-col> </a-row>

(C)<a-row :span="8" :offset="8"> <a-col >col-8</a-col> <a-col >col-8</a-col> </a-row>

(D)以上都不对

参考答案
继续答题:下一题
微考学堂微考学社

更多Vue框架试题

考试