From 1aa570665def8283d4cb00c941c348a1f96538ad Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期五, 22 九月 2023 14:28:22 +0800
Subject: [PATCH] style: 采购质检单模块样式调整
---
src/assets/style/index.scss | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/src/assets/style/index.scss b/src/assets/style/index.scss
index d4cf06e..b5a740a 100644
--- a/src/assets/style/index.scss
+++ b/src/assets/style/index.scss
@@ -135,3 +135,24 @@
margin-left: auto;
}
}
+
+.border_radius_12{
+ border-radius: 12px;
+}
+
+::-webkit-scrollbar {
+ width: 8px !important;
+ height: 8px !important;
+ -webkit-appearance: none;
+ background-color: #00000040;
+}
+::-webkit-scrollbar-thumb {
+ box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
+ background: #e1e1e1;
+}
+::-webkit-scrollbar-track {
+ box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
+ // border-radius: 10px;
+ background: #ffffff;
+ // background:#2c60c5;
+}
--
Gitblit v1.8.0