From 87a9b25339c5f91323c74cfa0069b3698a8d426c Mon Sep 17 00:00:00 2001 From: wyx Date: Fri, 3 Mar 2023 14:57:09 +0800 Subject: [PATCH] style --- src/views/projectcenter/TemplateLibrary.vue | 36 +++++---------------- 1 file changed, 8 insertions(+), 28 deletions(-) diff --git a/src/views/projectcenter/TemplateLibrary.vue b/src/views/projectcenter/TemplateLibrary.vue index b4a78532..ad7c00d5 100644 --- a/src/views/projectcenter/TemplateLibrary.vue +++ b/src/views/projectcenter/TemplateLibrary.vue @@ -368,10 +368,15 @@ export default defineComponent({ } .btnText2 { - color: rgba(64, 158, 255, 1); + color: rgb(255, 255, 255); } } - + .btn1:active { + background: #0982ff; + } + .btn2:active { + background: #0982ff; + } .btn1 { background: #4ea6ff; @@ -383,39 +388,14 @@ export default defineComponent({ } .btn2 { - background: #ffffff; + background: #4ea6ff; border: 1px solid #4ea6ff; .search { width: 16px; height: 18px; - background-image: url("../../assets/images/courseManage/reset1.png"); - } - } - - .btn1:hover { - background: rgb(255, 255, 255); - border: 1px solid #4ea6ff; - - .search { - background-image: url("../../assets/images/courseManage/search1.png"); - } - - .btnText { - color: rgba(64, 158, 255, 1); - } - } - - .btn2:hover { - background: rgba(64, 158, 255, 1); - - .search { background-image: url("../../assets/images/courseManage/reset0.png"); } - - .btnText { - color: #ffffff; - } } } }