|
@@ -44,7 +44,7 @@ const {
|
|
|
ref="formRef"
|
|
|
:inline="true"
|
|
|
:model="form"
|
|
|
- class="bg-bg_color w-[99/100] pl-8 pt-4"
|
|
|
+ class="search-form bg-bg_color w-[99/100] pl-8 pt-[12px]"
|
|
|
>
|
|
|
<el-form-item label="用户名称:" prop="username">
|
|
|
<el-input
|
|
@@ -186,4 +186,10 @@ const {
|
|
|
:deep(.el-dropdown-menu__item i) {
|
|
|
margin: 0;
|
|
|
}
|
|
|
+
|
|
|
+.search-form {
|
|
|
+ :deep(.el-form-item) {
|
|
|
+ margin-bottom: 12px;
|
|
|
+ }
|
|
|
+}
|
|
|
</style>
|