样式优化

This commit is contained in:
13218645326 2023-12-10 03:25:55 +08:00
parent 7c2def08ab
commit 64b34f7b16
3 changed files with 4 additions and 4 deletions

View File

@ -11,5 +11,5 @@ console.log('routedddd',route)
</script>
<style lang="scss">
@import './style/scss/index.scss';
</style>

View File

@ -6,7 +6,7 @@
.search_header_top_row1{
:deep(.search_header_top_row1) {
.el-card__body{
display: flex;
justify-content: space-between;

View File

@ -3,8 +3,8 @@
<addCom ref="addComRef" @send="initTableList"></addCom>
<el-card shadow="always" class="content_body_row">
<el-table :data="tableListInfo.list" border style="width: 100%" show-overflow-tooltip
:max-height="'calc(100vh - 72px - 48px - 65px - 12px - 60px - 48px)'"
: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 - 20px)'"
:header-cell-style="{ background: '#F2F3F5' }">
<el-table-column type="index" width="72" label="序号" />
<el-table-column prop="name" label="企业类型" min-width="150" />