样式优化
This commit is contained in:
parent
7c2def08ab
commit
64b34f7b16
|
|
@ -11,5 +11,5 @@ console.log('routedddd',route)
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
@import './style/scss/index.scss';
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.search_header_top_row1{
|
:deep(.search_header_top_row1) {
|
||||||
.el-card__body{
|
.el-card__body{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
<addCom ref="addComRef" @send="initTableList"></addCom>
|
<addCom ref="addComRef" @send="initTableList"></addCom>
|
||||||
<el-card shadow="always" class="content_body_row">
|
<el-card shadow="always" class="content_body_row">
|
||||||
<el-table :data="tableListInfo.list" border style="width: 100%" show-overflow-tooltip
|
<el-table :data="tableListInfo.list" border style="width: 100%" show-overflow-tooltip
|
||||||
:max-height="'calc(100vh - 72px - 48px - 65px - 12px - 60px - 48px)'"
|
:max-height="'calc(100vh - 72px - 48px - 65px - 12px - 60px - 48px - 20px)'"
|
||||||
:height="'calc(100vh - 72px - 48px - 65px - 12px - 60px - 48px)'"
|
:height="'calc(100vh - 72px - 48px - 65px - 12px - 60px - 48px - 20px)'"
|
||||||
:header-cell-style="{ background: '#F2F3F5' }">
|
:header-cell-style="{ background: '#F2F3F5' }">
|
||||||
<el-table-column type="index" width="72" label="序号" />
|
<el-table-column type="index" width="72" label="序号" />
|
||||||
<el-table-column prop="name" label="企业类型" min-width="150" />
|
<el-table-column prop="name" label="企业类型" min-width="150" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue