10a892f1 by fanguang Committed by lihua

fix

1 parent c2ad0236
......@@ -209,7 +209,7 @@ const toolBtnClick = (btn) => {
rowInfo.ROWID = `upload_${tableData.value.length}`
tableData.value.unshift(rowInfo)
orginData.value.unshift(rowInfo)
tableInfo.value.page.rows = tableData.value.length
// tableInfo.value.page.rows = tableData.value.length
saveDisabled.value = false
// 表格滚动到第一行
let $tableEl = tableEl.value.tableRef
......
......@@ -8,7 +8,7 @@ import { ElMessage, ElMessageBox } from "element-plus";
import { Search } from '@element-plus/icons-vue'
import Tree from '@/components/Tree/index.vue'
import Table from '@/components/Table/index.vue'
import Drawer from '@/components/Drawer/index.vue'
import Drawer from './components/drawer.vue'
import DictFileds from './components/dictFileds.vue'
import useCatchStore from "@/store/modules/catch";
import { download } from '@/utils/common'
......@@ -388,7 +388,7 @@ const formTable = ref({
loading: false
},
tableTool: {
col: 'float-right',
// col: 'float-right',
visible: false,
btns: [
{ label: "新增行", value: "add-row", type: 'primary' },
......
......@@ -434,7 +434,7 @@ const viewGraph = () => {
<div class="aside_wrap">
<div class="aside_title">
元数据标准列表
<el-icon color="#4fa1a4" @click="openStandardDialog">
<el-icon color="#4fa1a4" @click="openStandardDialog" style="width:2em;height:2em">
<CirclePlus />
</el-icon>
</div>
......@@ -482,8 +482,8 @@ const viewGraph = () => {
.standard {
.el-icon {
cursor: pointer;
width: 2em;
height: 2em
width: 1em;
height: 1em
}
.el-icon svg {
width: 20px;
......@@ -524,6 +524,7 @@ const viewGraph = () => {
.tags-list-right {
position: absolute;
right: 0;
top:8px;
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!