Merge pull request #30 from zys-contribs/master

fix: WorkPlace's style problem
master
iczer 6 years ago committed by GitHub
commit 26cec23c6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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