虚拟清单表头高度修改
This commit is contained in:
@@ -181,8 +181,9 @@
|
|||||||
<div style="width: 100%">
|
<div style="width: 100%">
|
||||||
<a-table
|
<a-table
|
||||||
ref="table"
|
ref="table"
|
||||||
class="ant-table tableList"
|
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
|
:components="drag(columns,'columnsAll')"
|
||||||
|
class="customizetable"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
:scroll="{x: '100%',y:'calc(100vh - 356px)'}"
|
:scroll="{x: '100%',y:'calc(100vh - 356px)'}"
|
||||||
rowKey="id"
|
rowKey="id"
|
||||||
@@ -305,6 +306,7 @@
|
|||||||
import transferList from './transferList'
|
import transferList from './transferList'
|
||||||
import transferListvirtal from './transferListvirtal'
|
import transferListvirtal from './transferListvirtal'
|
||||||
import { getAction, postAction, downloadFile } from '@/api/manage'
|
import { getAction, postAction, downloadFile } from '@/api/manage'
|
||||||
|
import {ResizeHeader, ResizeColumnProvide } from '@/mixins/header'
|
||||||
import { Base64 } from 'js-base64'
|
import { Base64 } from 'js-base64'
|
||||||
import { mapGetters } from 'vuex'
|
import { mapGetters } from 'vuex'
|
||||||
|
|
||||||
@@ -320,6 +322,7 @@
|
|||||||
batSetting,
|
batSetting,
|
||||||
globalAdvancedQuery
|
globalAdvancedQuery
|
||||||
},
|
},
|
||||||
|
mixins: [ResizeColumnProvide,ResizeHeader],
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
title: '维护虚拟清单',
|
title: '维护虚拟清单',
|
||||||
@@ -1686,6 +1689,29 @@ popconfirmmize {
|
|||||||
.popconfirmmize .anticon-exclamation-circle {
|
.popconfirmmize .anticon-exclamation-circle {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
//.customizetable .ant-table-thead > tr > th {
|
||||||
|
// height: 46px !important;
|
||||||
|
//padding: 8px 8px !important;
|
||||||
|
//font-weight: bold;
|
||||||
|
//background: #f3f6f6;
|
||||||
|
//}
|
||||||
|
.ant-table-row-cell-ellipsis{
|
||||||
|
padding: 0!important;
|
||||||
|
}
|
||||||
|
.second{
|
||||||
|
padding: 0!important;
|
||||||
|
}
|
||||||
|
//.tableList .ant-table-tbody > tr > td{
|
||||||
|
// color: #040B29 ;
|
||||||
|
//}
|
||||||
|
|
||||||
|
//.tableList .ant-table-thead > tr{
|
||||||
|
// padding: 2px 16px !important;
|
||||||
|
//}
|
||||||
|
|
||||||
|
//.tableList .ant-table-thead >tr{
|
||||||
|
// height: 56px !important;
|
||||||
|
//}
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
.box-input .ant-select-selection {
|
.box-input .ant-select-selection {
|
||||||
|
|||||||
Reference in New Issue
Block a user