修改文档库详情的显示方式
This commit is contained in:
@@ -1026,7 +1026,7 @@
|
||||
}
|
||||
|
||||
.TextInformation-box-box-text {
|
||||
width: calc(25% - 20px);
|
||||
width: calc(50% - 20px);
|
||||
margin-right: 20px;
|
||||
height: 36px;
|
||||
float: left;
|
||||
|
||||
@@ -258,6 +258,7 @@
|
||||
ref="table"
|
||||
class="customizetable"
|
||||
:loading="loading"
|
||||
:components="drag(columns,'columnsAll')"
|
||||
:pagination="false"
|
||||
:scroll="{x: '100%',y:'calc(100vh - 300px)'}"
|
||||
rowKey="id"
|
||||
@@ -489,12 +490,14 @@
|
||||
import SelectedBy from '@/components/SelectedBy/index'
|
||||
import referenceDeliverablesList from './components/referenceDeliverablesList'
|
||||
import { getAction, postAction, downloadFile, deleteAction } from '@/api/manage'
|
||||
import { ResizeHeader, ResizeColumnProvide } from '@/mixins/header'
|
||||
import moment from 'moment'
|
||||
import { mapGetters } from 'vuex'
|
||||
|
||||
export default {
|
||||
name: 'index',
|
||||
props: ['isDisplayNum'],
|
||||
mixins: [ResizeColumnProvide, ResizeHeader],
|
||||
components: {
|
||||
globalAdvancedQuery,
|
||||
ImportFile,
|
||||
|
||||
Reference in New Issue
Block a user