fix:修改ui

This commit is contained in:
zhaohy
2024-08-16 14:38:06 +08:00
parent d15f8e8ed5
commit 93363c7550
8 changed files with 72 additions and 32 deletions

View File

@@ -168,6 +168,7 @@
return text.index + 1;
},
width: 80,
fixed: 'left',
},
{
title: '规则id',

View File

@@ -146,6 +146,7 @@
return text.index + 1;
},
width: 80,
fixed: 'left',
},
{
title: '规则id',

View File

@@ -7,7 +7,7 @@
@ok="handleOk"
@cancel="handleCancel">
<div class="ns-title-extra-box" style="position: absolute; top: 28px"></div>
<div class="box">
<div class="box-link">
<div class="box-left">
<a-input
v-model:value="searchValue"
@@ -363,7 +363,7 @@
margin-left: 6px !important;
}
}
.box {
.box-link {
width: 100%;
height: 490px;
display: flex;

View File

@@ -15,6 +15,7 @@ const tableKeyMap = [
return text.index + 1;
},
width: 80,
fixed: 'left',
},
{
title: '优先级',

View File

@@ -15,6 +15,7 @@ const tableKeyMap = [
return text.index + 1;
},
width: 80,
fixed: 'left',
},
{
title: '优先级',

View File

@@ -13,6 +13,7 @@ const tableKeyMap = [
return text.index + 1;
},
width: 80,
fixed: 'left',
},
{
title: '优先级',