From 737179a0ce34147269cccf288fecd0e7bb4c309b Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期三, 11 二月 2026 10:42:19 +0800
Subject: [PATCH] 成绩查询+个人中心
---
src/views/main/notice/list.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/main/notice/list.vue b/src/views/main/notice/list.vue
index 2c1f9d9..dfa8219 100644
--- a/src/views/main/notice/list.vue
+++ b/src/views/main/notice/list.vue
@@ -8,7 +8,7 @@
<el-text class="text-title">閫氱煡鍏憡</el-text>
</el-row>
- <el-row class="mt-5">
+ <el-row class="mt-5 custom-input">
<el-input
v-model="filter.keyword"
style="width: 739px;height: 70px;"
@@ -185,7 +185,7 @@
background-repeat: no-repeat, no-repeat, repeat; /* 鍒嗗埆璁剧疆 */
background-size: cover;
}
-:deep(.el-input__inner) {
+.custom-input :deep(.el-input__inner) {
padding-left: 10px;
font-size: 18px;
}
--
Gitblit v1.8.0