样式修改

This commit is contained in:
2025-10-31 13:17:57 +08:00
parent a881f57e30
commit 9ad9507a72
19 changed files with 693 additions and 971 deletions

View File

@@ -13,7 +13,6 @@
v-model="searchKeyword"
placeholder="搜索思政资源"
class="search-input"
clearable
@keyup.enter="handleSearch"
>
<template #suffix>
@@ -220,6 +219,7 @@ function getCategoryName(): string {
max-width: 400px;
.search-input {
border: none;
:deep(.el-input__wrapper) {
border-radius: 30px;
padding-right: 4px;