徐景良 2024-07-18 17:59:41 +08:00
commit 90012c5c0b
2 changed files with 35 additions and 35 deletions

View File

@ -11,7 +11,7 @@ export const columns: BasicColumn[] = [
{
title: '县区',
dataIndex: 'countyname',
width: 150,
width: 100,
fixed: 'left',
},
{
@ -20,12 +20,12 @@ export const columns: BasicColumn[] = [
{
title: '宗数',
dataIndex: 'xftbzs',
width: 100,
width: 80,
},
{
title: '耕地面积',
dataIndex: 'xfgdmj',
width: 100,
width: 80,
},
],
},
@ -38,17 +38,17 @@ export const columns: BasicColumn[] = [
{
title: '宗数',
dataIndex: 'hfzs',
width: 100,
width: 80,
},
{
title: '面积',
dataIndex: 'hfmj',
width: 100,
width: 80,
},
{
title: '耕地面积',
dataIndex: 'hfgdmj',
width: 100,
width: 80,
},
],
},
@ -58,17 +58,17 @@ export const columns: BasicColumn[] = [
{
title: '宗数',
dataIndex: 'wfzs',
width: 100,
width: 80,
},
{
title: '面积',
dataIndex: 'wfmj',
width: 100,
width: 80,
},
{
title: '耕地面积',
dataIndex: 'wfgdmj',
width: 100,
width: 80,
},
],
},
@ -83,17 +83,17 @@ export const columns: BasicColumn[] = [
{
title: '宗数',
dataIndex: 'qtzs',
width: 100,
width: 80,
},
{
title: '面积',
dataIndex: 'qtmj',
width: 100,
width: 80,
},
{
title: '耕地面积',
dataIndex: 'qtgdmj',
width: 100,
width: 80,
},
],
},
@ -108,17 +108,17 @@ export const columns: BasicColumn[] = [
{
title: '宗数',
dataIndex: 'flhzs',
width: 100,
width: 80,
},
{
title: '面积',
dataIndex: 'flhmj',
width: 100,
width: 80,
},
{
title: '耕地面积',
dataIndex: 'flhgdmj',
width: 100,
width: 80,
},
],
},
@ -133,17 +133,17 @@ export const columns: BasicColumn[] = [
{
title: '宗数',
dataIndex: 'bbsxzs',
width: 100,
width: 80,
},
{
title: '面积',
dataIndex: 'bbsxmj',
width: 100,
width: 80,
},
{
title: '耕地面积',
dataIndex: 'bbsxgdmj',
width: 100,
width: 80,
},
],
},
@ -153,17 +153,17 @@ export const columns: BasicColumn[] = [
{
title: '宗数',
dataIndex: 'cczs',
width: 100,
width: 80,
},
{
title: '面积',
dataIndex: 'ccmj',
width: 100,
width: 80,
},
{
title: '耕地面积',
dataIndex: 'ccgdmj',
width: 100,
width: 80,
},
],
},
@ -178,7 +178,7 @@ export const columns: BasicColumn[] = [
children: [
{
title: '宗数',
width: 100,
width: 80,
},
],
},
@ -193,12 +193,12 @@ export const columns: BasicColumn[] = [
{
title: '宗数',
dataIndex: 'hshxzwfgdzs',
width: 100,
width: 80,
},
{
title: '耕地面积',
dataIndex: 'hshxzwfgdgdmj',
width: 100,
width: 80,
},
],
},
@ -208,12 +208,12 @@ export const columns: BasicColumn[] = [
{
title: '宗数',
dataIndex: 'zghsywfgdzs',
width: 100,
width: 80,
},
{
title: '耕地面积',
dataIndex: 'zghsywfgdgdmj',
width: 100,
width: 80,
},
],
},

View File

@ -42,10 +42,10 @@
top: `${14 * getWrap(item.title) - 14 * (spanWrap - 1) - 8}px`,
}"
/>
<div class="circle arc1" :style="{ top: `${-125 - 28 * spanWrap}px` }" />
<div class="circle arc2" :style="{ top: `${-251 - 28 * spanWrap}px` }" />
<div class="circle arc3" :style="{ top: `${-377 - 28 * spanWrap}px` }" />
<div class="circle arc4" :style="{ top: `${-503 - 28 * spanWrap}px` }" />
<div class="circle arc1" :style="{ top: `${-126 * 1 - 28 * spanWrap}px` }" />
<div class="circle arc2" :style="{ top: `${-126 * 2 - 28 * spanWrap}px` }" />
<div class="circle arc3" :style="{ top: `${-126 * 3 - 28 * spanWrap}px` }" />
<div class="circle arc4" :style="{ top: `${-126 * 4 - 28 * spanWrap}px` }" />
</div>
</div>
<div class="subject_box_overflow">
@ -272,17 +272,17 @@
top: 50px;
left: 110px;
height: 688px;
width: calc(100vw - 220px);
width: calc(100vw - 200px);
display: flex;
overflow-x: hidden;
overflow-y: auto;
overflow-y: hidden;
&_div {
flex: 0 0 auto;
margin-right: 20px;
margin-bottom: 20px;
width: 220px;
height: 324px;
width: 225px;
height: 325px;
transition: all 0.3s ease;
padding: 10px;
@ -354,7 +354,7 @@
&_overflow {
position: relative;
top: 190px;
top: 220px;
left: 100px;
height: 300px;
width: 110px;