From 1ccee4c44055c977374a7675063cd241ccfcfe5b Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期二, 07 五月 2024 18:23:51 +0800
Subject: [PATCH] 纤度检验表 车间不显示的问题修改
---
src/assets/style/index.scss | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/src/assets/style/index.scss b/src/assets/style/index.scss
index f79a476..5715927 100644
--- a/src/assets/style/index.scss
+++ b/src/assets/style/index.scss
@@ -164,8 +164,17 @@
.font_weight_700{
font-weight: 700;
}
-.cursor_pinter{
- cursor: pointer;
+.circle_blue{
+ padding:0 3px;
+ text-align:center;
+ display:inline-block;
+ border-radius: 6px;
+ -webkit-border-radius: 6px;
+ -moz-border-radius: 6px;
+ -ms-border-radius: 6px;
+ -o-border-radius: 6px;
+ background:#72a3f8;
+ color:#fff;
}
.btn-pager {
display: flex;
--
Gitblit v1.8.0