From b12ea16fa2d9440e9680127d126a4f3af450afd2 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期二, 17 十月 2023 18:36:19 +0800
Subject: [PATCH] Merge branch 'dev' into songshankun/adjust-style
---
src/assets/style/index.scss | 18 +++++++++++++-----
1 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/src/assets/style/index.scss b/src/assets/style/index.scss
index 86a266b..8899a6a 100644
--- a/src/assets/style/index.scss
+++ b/src/assets/style/index.scss
@@ -126,6 +126,12 @@
.cursor_pointer {
cursor: pointer;
}
+.no-cursor {
+ cursor: no-drop;
+}
+.yes-cursor {
+ cursor: pointer;
+}
.Badge {
background: #d3d3d3;
@@ -177,16 +183,18 @@
.rightContent {
height: 100%;
- padding: 10px;
+ padding: 12px 20px 10px 20px;
background: #e6ecf2;
.top {
- margin-bottom: 20px;
- height: 60px;
+ margin-bottom: 10px;
+ height: 80px;
background: #fff;
- border-radius: 8px;
+ border-radius: 12px;
+ display: flex;
+ align-items: center;
}
.list-view {
- height: calc(100% - 120px);
+ height: calc(100% - 92px);
background: #fff;
border-radius: 12px;
.table {
--
Gitblit v1.8.0