From a4203e087236598d7912e79365c217188771af15 Mon Sep 17 00:00:00 2001 From: wangys <3401275564@qq.com> Date: Fri, 12 Dec 2025 13:19:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/manage/study/TaskManageView.vue | 80 +++++++++---------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/schoolNewsWeb/src/views/admin/manage/study/TaskManageView.vue b/schoolNewsWeb/src/views/admin/manage/study/TaskManageView.vue index e6e4519..c20afc5 100644 --- a/schoolNewsWeb/src/views/admin/manage/study/TaskManageView.vue +++ b/schoolNewsWeb/src/views/admin/manage/study/TaskManageView.vue @@ -1106,54 +1106,54 @@ function handleStatisticsBack() { margin-bottom: 20px; } -// .btn-success, -// .btn-danger, -// .btn-default { -// padding: 10px 24px; -// border-radius: 4px; -// font-size: 14px; -// cursor: pointer; -// transition: all 0.3s; -// border: none; +.btn-success, +.btn-danger, +.btn-default { + padding: 10px 24px; + border-radius: 4px; + font-size: 14px; + cursor: pointer; + transition: all 0.3s; + border: none; -// .icon { -// margin-right: 4px; -// } + .icon { + margin-right: 4px; + } -// &:disabled { -// opacity: 0.6; -// cursor: not-allowed; -// } -// } + &:disabled { + opacity: 0.6; + cursor: not-allowed; + } +} -// .btn-success { -// background: #67c23a; -// color: #fff; +.btn-success { + background: #67c23a; + color: #fff; -// &:hover:not(:disabled) { -// background: #85ce61; -// } -// } + &:hover:not(:disabled) { + background: #85ce61; + } +} -// .btn-danger { -// background: #f56c6c; -// color: #fff; +.btn-danger { + background: #f56c6c; + color: #fff; -// &:hover:not(:disabled) { -// background: #f78989; -// } -// } + &:hover:not(:disabled) { + background: #f78989; + } +} -// .btn-default { -// background: #fff; -// color: #606266; -// border: 1px solid #dcdfe6; +.btn-default { + background: #fff; + color: #606266; + border: 1px solid #dcdfe6; -// &:hover { -// color: #409eff; -// border-color: #409eff; -// } -// } + &:hover { + color: #409eff; + border-color: #409eff; + } +} .current-user-list { border: 1px solid #e0e0e0;