From 0f39c04af70e5dee608016d2e72bb898907e1bf1 Mon Sep 17 00:00:00 2001 From: wyx Date: Tue, 3 Jan 2023 18:02:39 +0800 Subject: [PATCH] =?UTF-8?q?style:=E8=AF=84=E4=BC=B0=E7=AE=A1=E7=90=86,?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AD=A6=E5=91=98=E5=AF=BC=E5=87=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/research/ManagePage.vue | 48 ++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) diff --git a/src/views/research/ManagePage.vue b/src/views/research/ManagePage.vue index 28b197a0..65cba52e 100644 --- a/src/views/research/ManagePage.vue +++ b/src/views/research/ManagePage.vue @@ -52,6 +52,10 @@
学员情况
+
+
+
导出信息
+
@@ -215,7 +219,10 @@ export default { .header { width: 100%; display: flex; - flex-direction: column; + flex-direction: row; + justify-content: space-between; + align-items: center; + padding-right: 38px; border-bottom: 1px solid #f2f6fc; .text { font-size: 16px; @@ -315,5 +322,44 @@ export default { } } } + + .btn { + cursor: pointer; + width: 130px; + height: 40px; + border-radius: 8px; + display: flex; + justify-content: center; + align-items: center; + + .img1 { + width: 15px; + height: 17px; + background-image: url(../../assets/images/courseManage/search0.png); + background-size: 100% 100%; + margin-right: 7px; + } + + .img2 { + width: 16px; + height: 18px; + background-image: url(../../assets/images/coursewareManage/export.png); + background-size: 100% 100%; + margin-right: 7px; + } + } + + .btn1 { + background: #4ea6ff; + + color: #ffffff; + } + + .btn2 { + background: #ffffff; + + color: #4ea6ff; + border: 1px solid #4ea6ff; + } } \ No newline at end of file