From b0232a13beedbafe3e9a02b0006718655f632826 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期二, 07 五月 2024 18:30:46 +0800
Subject: [PATCH] 车间管理模块 修改操作的时候数据未刷新的问题修改
---
src/assets/style/index.scss | 27 +++++++++++++++++++++++++--
1 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/src/assets/style/index.scss b/src/assets/style/index.scss
index e9288e6..5715927 100644
--- a/src/assets/style/index.scss
+++ b/src/assets/style/index.scss
@@ -123,6 +123,9 @@
.font_size_40 {
font-size: 40px !important;
}
+.color_fff {
+ color: #fff;
+}
.color_333 {
color: #333;
}
@@ -144,14 +147,34 @@
.background_blue{
background: #2a78fb;
}
+.background_e3e3e3{
+ background: #e3e3e3;
+}
+.background_red{
+ background: red;
+}
+.formula-input-item{
+ padding:3px 8px;
+ font-size:12px;
+ margin-right:3px;
+}
.cursor_pointer {
cursor: pointer;
}
.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