tweak span of sm

master
ZYSzys 6 years ago
parent f8f0294c58
commit 1d665eae71
  1. 4
      src/pages/dashboard/WorkPlace.vue

@ -6,10 +6,10 @@
</div> </div>
<div slot="extra"> <div slot="extra">
<a-row> <a-row>
<a-col :sm="8" :xs="24"> <a-col :sm="7" :xs="24">
<head-info title="项目数" content="56" :bordered="true"/> <head-info title="项目数" content="56" :bordered="true"/>
</a-col> </a-col>
<a-col :sm="8" :xs="24"> <a-col :sm="9" :xs="24">
<head-info title="团队内排名" content="8/24" :bordered="true"/> <head-info title="团队内排名" content="8/24" :bordered="true"/>
</a-col> </a-col>
<a-col :sm="8" :xs="24"> <a-col :sm="8" :xs="24">

Loading…
Cancel
Save