From e0ded3e534772b8a96f59c32336e22ea53278dcd Mon Sep 17 00:00:00 2001
From: maochaoying <925670706@qq.com>
Date: Mon, 4 Sep 2023 23:23:01 +0800
Subject: [PATCH] pre setting
---
src/components/Setting/components/PreSetting.vue | 7 +-
src/components/Setting/components/PreTable.vue | 100 +++++++++++++----------
2 files changed, 59 insertions(+), 48 deletions(-)
diff --git a/src/components/Setting/components/PreSetting.vue b/src/components/Setting/components/PreSetting.vue
index 48f235e..1cc5d4d 100644
--- a/src/components/Setting/components/PreSetting.vue
+++ b/src/components/Setting/components/PreSetting.vue
@@ -91,7 +91,7 @@
/>
-
+
{
box-sizing: border-box;
width: 100%;
height: 580px;
- padding: 20px;
display: grid;
overflow: scroll;
grid-template-columns: repeat(1, 1fr);
row-gap: 20px;
- padding-bottom: 20px;
+ padding-bottom: 40px;
.row_wrap {
// width: 726px;
height: 80px;
diff --git a/src/components/Setting/components/PreTable.vue b/src/components/Setting/components/PreTable.vue
index 9b138a6..1d4f666 100644
--- a/src/components/Setting/components/PreTable.vue
+++ b/src/components/Setting/components/PreTable.vue
@@ -1,55 +1,60 @@
-
-
-
预设1
-
-
删除
-
设置
+
+
-
-
{
@@ -83,6 +89,12 @@ const addNewPre = () => {
const hideAddNewPreModal = () => {
addPreModalVisible.value = false
}
+
+const isSettingVisible = ref(false)
+
+const showSetting = () => {
+ isSettingVisible.value = true
+}