Commit 307a70d8 by yzh

feat:去掉综合数据跳转

parent d1815aa7
......@@ -38,7 +38,7 @@
</div>
<div class="m-t-5" />
<div>
<el-table :data="tableData" style="width: 100%" border :row-style="{ height: '47.5px' }"
<el-table :data="tableData" style="width: 100%" border :row-style="{ height: '46px' }"
:header-cell-style="{ textAlign: 'center' }" :cell-style="{ textAlign: 'center' }">
<!-- <el-table-column type="selection" width="40" /> -->
<el-table-column property="number" label="序号" width="55" type="index" />
......
<template>
<div class="flex gap-10">
<span class="textStyle">QB数据管理</span>
<div class="dataCard" @click="goToAllDataPage">
<!-- <div class="dataCard" @click="goToAllDataPage">
<div class="titleStyle">
<span>综合数据</span>
</div>
<div class="iconStyle" />
</div>
</div> -->
<div class="dataCard" @click="goToDSNDataPage">
<div class="titleStyle">
<span>DSN数据</span>
......@@ -123,7 +123,7 @@ const goToSTDataPage = () => {
background-repeat: no-repeat;
// background: #c6ebfc;
// border: 1.5px solid rgb(193, 188, 188);
width: 260px;
width: 360px;
height: 100%;
border-radius: 5px;
display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment