fix:修改ui
This commit is contained in:
@@ -168,6 +168,7 @@
|
||||
return text.index + 1;
|
||||
},
|
||||
width: 80,
|
||||
fixed: 'left',
|
||||
},
|
||||
{
|
||||
title: '规则id',
|
||||
|
@@ -146,6 +146,7 @@
|
||||
return text.index + 1;
|
||||
},
|
||||
width: 80,
|
||||
fixed: 'left',
|
||||
},
|
||||
{
|
||||
title: '规则id',
|
||||
|
@@ -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;
|
||||
|
@@ -15,6 +15,7 @@ const tableKeyMap = [
|
||||
return text.index + 1;
|
||||
},
|
||||
width: 80,
|
||||
fixed: 'left',
|
||||
},
|
||||
{
|
||||
title: '优先级',
|
||||
|
@@ -15,6 +15,7 @@ const tableKeyMap = [
|
||||
return text.index + 1;
|
||||
},
|
||||
width: 80,
|
||||
fixed: 'left',
|
||||
},
|
||||
{
|
||||
title: '优先级',
|
||||
|
@@ -13,6 +13,7 @@ const tableKeyMap = [
|
||||
return text.index + 1;
|
||||
},
|
||||
width: 80,
|
||||
fixed: 'left',
|
||||
},
|
||||
{
|
||||
title: '优先级',
|
||||
|
Reference in New Issue
Block a user