虚拟清单表头高度修改
This commit is contained in:
@@ -181,8 +181,9 @@
|
||||
<div style="width: 100%">
|
||||
<a-table
|
||||
ref="table"
|
||||
class="ant-table tableList"
|
||||
:loading="loading"
|
||||
:components="drag(columns,'columnsAll')"
|
||||
class="customizetable"
|
||||
:pagination="false"
|
||||
:scroll="{x: '100%',y:'calc(100vh - 356px)'}"
|
||||
rowKey="id"
|
||||
@@ -305,6 +306,7 @@
|
||||
import transferList from './transferList'
|
||||
import transferListvirtal from './transferListvirtal'
|
||||
import { getAction, postAction, downloadFile } from '@/api/manage'
|
||||
import {ResizeHeader, ResizeColumnProvide } from '@/mixins/header'
|
||||
import { Base64 } from 'js-base64'
|
||||
import { mapGetters } from 'vuex'
|
||||
|
||||
@@ -320,6 +322,7 @@
|
||||
batSetting,
|
||||
globalAdvancedQuery
|
||||
},
|
||||
mixins: [ResizeColumnProvide,ResizeHeader],
|
||||
data() {
|
||||
return {
|
||||
title: '维护虚拟清单',
|
||||
@@ -1686,6 +1689,29 @@ popconfirmmize {
|
||||
.popconfirmmize .anticon-exclamation-circle {
|
||||
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>
|
||||
.box-input .ant-select-selection {
|
||||
|
||||
Reference in New Issue
Block a user