From f5d906878e6367d36090d25baabcf4300fe64111 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com>
Date: Fri, 6 Sep 2024 16:43:56 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A1=B5=E9=9D=A2=E6=98=BE?=
=?UTF-8?q?=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../model-custom/model-custom-content.vue | 5 ++--
src/views/layout/components/main/index.scss | 28 ++++++++++---------
2 files changed, 18 insertions(+), 15 deletions(-)
diff --git a/src/components/model-custom/model-custom-content.vue b/src/components/model-custom/model-custom-content.vue
index 75a3baf8..7013f9d0 100644
--- a/src/components/model-custom/model-custom-content.vue
+++ b/src/components/model-custom/model-custom-content.vue
@@ -10,7 +10,7 @@
{{ form.data_source_content.title || form.data_source_content.name }}
@@ -230,8 +230,9 @@ const replace_data = () => {
height: 2.4rem;
bottom: 0.5rem;
left: 2.1rem;
- line-height: 2.4rem;
+ line-height: 2.2rem;
border-radius: 2rem;
+ border: 1px solid #ddd;
cursor: pointer;
}
diff --git a/src/views/layout/components/main/index.scss b/src/views/layout/components/main/index.scss
index 6ce5c43b..dfa405ed 100644
--- a/src/views/layout/components/main/index.scss
+++ b/src/views/layout/components/main/index.scss
@@ -264,19 +264,6 @@
}
}
}
-@media screen and (max-width: 1680px) {
- .main .acticons .el-button {
- width: 10rem;
- }
-}
-@media screen and (max-width: 1560px) {
- .siderbar {
- width: 32rem;
- }
- .drawer-container {
- display: none;
- }
-}
.seat {
background: transparent;
height: 0.2rem;
@@ -371,4 +358,19 @@
.layout-toggle-bar-bottom {
transform: rotate(12deg) scale(1.05) translateY(0.2rem);
}
+}
+
+@media screen and (max-width: 1680px) {
+ .main .acticons .el-button {
+ width: 10rem;
+ }
+}
+
+@media screen and (max-width: 1560px) {
+ .siderbar {
+ width: 32rem;
+ }
+ .drawer-container, .layout-toggle-bar {
+ display: none;
+ }
}
\ No newline at end of file