|
|
|
@ -337,9 +337,9 @@ defineExpose({
|
|
|
|
|
<!-- j -->
|
|
|
|
|
<n-input
|
|
|
|
|
v-model:value="formValue.name"
|
|
|
|
|
:style="{ width: '780px' }"
|
|
|
|
|
:style="{ width: '760px', height: '36px' }"
|
|
|
|
|
maxlength="15"
|
|
|
|
|
placeholder="请输入过滤名称"
|
|
|
|
|
placeholder="请输入过滤条件名称"
|
|
|
|
|
@keydown.enter.prevent
|
|
|
|
|
/>
|
|
|
|
|
</n-form-item>
|
|
|
|
@ -522,6 +522,7 @@ defineExpose({
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
position: relative;
|
|
|
|
|
background: #f8f8f8;
|
|
|
|
|
height: 24px;
|
|
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
|
background-color: #1980ff;
|
|
|
|
@ -555,4 +556,8 @@ defineExpose({
|
|
|
|
|
color: #666666;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
|
|
|
|
::v-deep(.n-form-item .n-form-item-feedback-wrapper .n-form-item-feedback) {
|
|
|
|
|
height: 24px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|