feat: 距顶部180px,左右居中展示

pull/218/head
刘释隆 1 year ago
parent f30d1960e5
commit 1e74d0ac80

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

Loading…
Cancel
Save