Commit 3ad11323 authored by hangjun83's avatar hangjun83

前端:页面样式调整

parents dd372aa5 7048fe64
...@@ -404,7 +404,8 @@ ...@@ -404,7 +404,8 @@
font-weight: bold; font-weight: bold;
background-color: #f9f9f9; background-color: #f9f9f9;
border:0px; border:0px;
height: 105px; height: 85px;
} }
.ivu-table table { .ivu-table table {
width: calc(~'100% - 0px') !important; width: calc(~'100% - 0px') !important;
......
...@@ -12,12 +12,17 @@ ...@@ -12,12 +12,17 @@
<Button @click="init" icon="md-refresh">刷新</Button> <Button @click="init" icon="md-refresh">刷新</Button>
</Row> </Row>
<Divider /> <Divider />
<div>
<Row>
<Col span="3">
<div style="display:inline-block;vertical-align: middle;">
已选择 已选择
<span class="select-count">{{ selectList.length }}</span> <span class="select-count">{{ selectList.length }}</span>
<a class="select-clear" @click="clearSelectAll">清空</a> <a class="select-clear" @click="clearSelectAll">清空</a>
</div> </div>
<Table stripe border class="tableInfoBox" :loading="loading" :columns="columns" :data="data" ref="table" sortable="custom" @on-sort-change="changeSort" @on-selection-change="changeSelect"></Table> </Col>
</Row>
<Table stripe border class="tableInfoBox":loading="loading" :columns="columns" :data="data" ref="table" sortable="custom" @on-sort-change="changeSort" @on-selection-change="changeSelect"></Table>
<Row type="flex" justify="end" class="page"> <Row type="flex" justify="end" class="page">
<Page :current="searchForm.pageNumber" :total="total" :page-size="searchForm.pageSize" @on-change="changePage" @on-page-size-change="changePageSize" :page-size-opts="[10, 20, 50]" show-total show-sizer></Page> <Page :current="searchForm.pageNumber" :total="total" :page-size="searchForm.pageSize" @on-change="changePage" @on-page-size-change="changePageSize" :page-size-opts="[10, 20, 50]" show-total show-sizer></Page>
</Row> </Row>
......
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
<Button icon="ios-search" type="dashed" @click="openSearch = !openSearch">开启/关闭搜索</Button> <Button icon="ios-search" type="dashed" @click="openSearch = !openSearch">开启/关闭搜索</Button>
</Col> </Col>
</Row> </Row>
<Divider /> <Divider />
<Row> <Row>
<Col span="3"> <Col span="3">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment