From 8c13cb99e50d37910a192bdf20b15ed19c808fc2 Mon Sep 17 00:00:00 2001 From: gengxin Date: Fri, 21 Feb 2025 11:24:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B2=E5=B8=88=E8=B4=B9=E6=9C=88=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lecturer/MonthlyStatistics.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/views/lecturer/MonthlyStatistics.vue b/src/views/lecturer/MonthlyStatistics.vue index 55dd25ff..8413e90b 100644 --- a/src/views/lecturer/MonthlyStatistics.vue +++ b/src/views/lecturer/MonthlyStatistics.vue @@ -64,10 +64,10 @@ 导出 - + 讲师月度费用下载 - + 讲师费用详情下载 @@ -1140,6 +1140,18 @@ export default { cursor: pointer; } +.resetbtn-mo { + width: 200px; + height: 40px; + border-radius: 8px; + display: flex; + align-items: center; + justify-content: center; + margin-right: 14px; + flex-shrink: 0; + cursor: pointer; +} + //展开收起样式 .moreidbtn { border: none;