From 884ad944d947738efe407f7388dd5c32b02fd5a7 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期四, 25 四月 2024 11:18:33 +0800
Subject: [PATCH] 2
---
src/assets/style/index.scss | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
diff --git a/src/assets/style/index.scss b/src/assets/style/index.scss
index 0286b0c..e9288e6 100644
--- a/src/assets/style/index.scss
+++ b/src/assets/style/index.scss
@@ -150,6 +150,9 @@
.font_weight_700{
font-weight: 700;
}
+.cursor_pinter{
+ cursor: pointer;
+}
.btn-pager {
display: flex;
margin-top: 10px;
@@ -162,7 +165,24 @@
.border_radius_12{
border-radius: 12px;
}
-
+// 鍒楄〃涓嬬殑椤电鐨勬牱寮�
+.table-bottom-tabs {
+ height: 34px;
+ line-height: 34px;
+ display: flex;
+ font-size: 14px;
+ .tab-pane {
+ min-width: 60px;
+ width:auto;
+ padding:0 20px;
+ margin-right: 20px;
+ text-align: center;
+ background: #2a78fb;
+ cursor: pointer;
+ border-top-left-radius: 20px;
+ border-top-right-radius: 20px;
+ }
+}
::-webkit-scrollbar {
width: 8px !important;
height: 8px !important;
--
Gitblit v1.8.0