From 428519bd36af8e719e56abbc5f1ba0b37cdadb8c Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期一, 28 四月 2025 14:49:32 +0800 Subject: [PATCH] 样式调整 --- src/views/honors/index.vue | 19 ++++++++++++++++--- src/views/achievements/index.vue | 6 +++++- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/src/views/achievements/index.vue b/src/views/achievements/index.vue index 5042a2b..c1ab2ea 100644 --- a/src/views/achievements/index.vue +++ b/src/views/achievements/index.vue @@ -208,6 +208,7 @@ { value: "all", label: "鍏ㄩ儴" }, { value: "Name", label: "鏍囬" }, { value: "author", label: "浣滆��" }, + // { value: "year", label: "骞翠唤" }, { value: "keyWords", label: "鍏抽敭璇�" }, { value: "abstract", label: "鎽樿" }, { value: "source", label: "鏉ユ簮" }, @@ -1184,7 +1185,7 @@ overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; - -webkit-line-clamp: 4; + -webkit-line-clamp: 3; span { font-family: Source Han Sans; @@ -1265,6 +1266,9 @@ border-radius: 5px; border: 1px solid #cccccc; } +:deep.el-pagination.is-background .el-pager li:not(.disabled):hover{ + color: #937950 +} </style> <style> diff --git a/src/views/honors/index.vue b/src/views/honors/index.vue index b942876..071a277 100644 --- a/src/views/honors/index.vue +++ b/src/views/honors/index.vue @@ -241,9 +241,9 @@ } } -.honor-main-bottom{ - display: flex; - justify-content: space-between +.honor-main-bottom { + display: flex; + justify-content: space-between } ::v-deep .el-loading-spinner { @@ -341,4 +341,17 @@ border-radius: 5px; border: 1px solid#cccccc; } + +//淇敼榧犳爣婊戣繃鐨勯鑹� + +:deep.el-pagination.is-background .el-pager li:not(.disabled):hover{ + color: #937950 +} + +:deep.msg-pagination-container.is-background .el-pager li:hover{ + color: #937950; +} +:deep.el-pagination.is-background .el-pager li:hover { + color: #937950; +} </style> -- Gitblit v1.9.1