检测首页、主页、数据展示界面样式修改
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
<template>
|
||||
<el-dialog class='table-box'
|
||||
<el-dialog
|
||||
title="数据查询"
|
||||
v-model='dialogVisible'
|
||||
v-bind="dialogSmall"
|
||||
width="1200"
|
||||
height="600"
|
||||
v-bind="dialogBig"
|
||||
draggable
|
||||
>
|
||||
<div class='table-box'>
|
||||
@@ -16,6 +14,7 @@
|
||||
ref='proTable1'
|
||||
:columns='columns1'
|
||||
:data="testResultDatas"
|
||||
:toolButton="false"
|
||||
>
|
||||
|
||||
</ProTable>
|
||||
@@ -29,6 +28,7 @@
|
||||
ref='proTable2'
|
||||
:columns='columns2'
|
||||
:data="testDatas"
|
||||
:toolButton="false"
|
||||
>
|
||||
</ProTable>
|
||||
</div>
|
||||
@@ -48,7 +48,7 @@
|
||||
import permissionUnit from './components/permissionUnit.vue'
|
||||
import ImportExcel from '@/components/ImportExcel/index.vue'
|
||||
import { ProTableInstance, ColumnProps } from '@/components/ProTable/interface'
|
||||
import {dialogSmall} from '@/utils/elementBind'
|
||||
import {dialogBig,dialogMiddle,dialogSmall} from '@/utils/elementBind'
|
||||
import { CirclePlus, Delete, EditPen, Share, Download, Upload, View, Refresh } from '@element-plus/icons-vue'
|
||||
import { useDictStore } from '@/stores/modules/dict'
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user