table字体12px

master
wyj2080 6 years ago
parent cb420bc1f1
commit 49733b16b8

@ -10,7 +10,7 @@
</i-col> </i-col>
</Row> </Row>
<Table :columns="columns1" :data="data1" style="margin-top: 0px;"> <Table :columns="columns1" :data="data1" style="margin-top: 0px;" size="small">
<template slot-scope="{row}" slot="qrCodeAction"> <template slot-scope="{row}" slot="qrCodeAction">
<img :src="require('../../../static/img/qrCode-init.png')" @click="show(row)" style="margin-left: 5px;margin-top: 5px;width:30px;height:30px;"/> <img :src="require('../../../static/img/qrCode-init.png')" @click="show(row)" style="margin-left: 5px;margin-top: 5px;width:30px;height:30px;"/>
</template> </template>

@ -42,7 +42,7 @@
</i-col> </i-col>
</Row> </Row>
<Table :columns="columns1" :data="data1" style="margin-top: 20px;"> <Table :columns="columns1" :data="data1" style="margin-top: 20px;" size="small">
<template slot-scope="{row}" slot="qrCodeAction"> <template slot-scope="{row}" slot="qrCodeAction">
<img :src="require('../../../static/img/qrCode-init.png')" @click="show(row)" style="margin-left: 5px;margin-top: 5px;width:30px;height:30px;"/> <img :src="require('../../../static/img/qrCode-init.png')" @click="show(row)" style="margin-left: 5px;margin-top: 5px;width:30px;height:30px;"/>
</template> </template>

@ -23,7 +23,7 @@
<!-- </Button>--> <!-- </Button>-->
</Row> </Row>
</template> </template>
<Table :columns="columns1" :data="data1" style="margin-top: 30px"></Table> <Table :columns="columns1" :data="data1" style="margin-top: 30px" size="small"></Table>
<Page :total="totalSize" :current="pageNum" :page-size="pageSize" show-elevator show-total <Page :total="totalSize" :current="pageNum" :page-size="pageSize" show-elevator show-total
placement="top" style="float: right;margin-top: 20px" @on-change="handlePage"></Page> placement="top" style="float: right;margin-top: 20px" @on-change="handlePage"></Page>
<Modal <Modal

Loading…
Cancel
Save