From 56483166feac3d80e25c039370ca987b0c9b29ed Mon Sep 17 00:00:00 2001
From: WANGFan <15871339963@163.com>
Date: Sat, 5 Jul 2025 15:36:31 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=90=9C=E7=B4=A2=E5=B8=83=E5=B1=80?=
=?UTF-8?q?=E7=AC=AC=E4=B8=80=E7=89=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components.d.ts | 43 +++--
src/components/s-layout-search/index copy.vue | 86 +++++++++
src/components/s-layout-search/index.vue | 39 ++++
.../component/common-layouts/head-page.vue | 174 ++++++------------
4 files changed, 209 insertions(+), 133 deletions(-)
create mode 100644 src/components/s-layout-search/index copy.vue
create mode 100644 src/components/s-layout-search/index.vue
diff --git a/src/components.d.ts b/src/components.d.ts
index ce61cdd..900d321 100644
--- a/src/components.d.ts
+++ b/src/components.d.ts
@@ -5,26 +5,29 @@
// Read more: https://github.com/vuejs/core/pull/3399
export {}
-declare module 'vue' {
+declare module "vue" {
export interface GlobalComponents {
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- SBarcodeDraw: typeof import('./components/s-barcode-draw/index.vue')['default']
- SCodeView: typeof import('./components/s-code-view/index.vue')['default']
- SelectIcon: (typeof import("./components/select-icon/index.vue"))["default"]
- SExternalLinkPage: typeof import('./components/s-external-link-page/index.vue')['default']
- SFoldPage: typeof import('./components/s-fold-page/index.vue')['default']
- SFullPage: typeof import('./components/s-full-page/index.vue')['default']
- SInternalLinkPage: typeof import('./components/s-internal-link-page/index.vue')['default']
- SLangProvider: typeof import('./components/s-lang-provider/index.vue')['default']
- SLayoutTools: typeof import('./components/s-layout-tools/index.vue')['default']
- SMainTransition: typeof import('./components/s-main-transition/index.vue')['default']
- SPinyinPro: typeof import('./components/s-pinyin-pro/index.vue')['default']
- SQrcodeDraw: typeof import('./components/s-qrcode-draw/index.vue')['default']
- SRecorderPcm: typeof import('./components/s-recorder-pcm/index.vue')['default']
- SSelectIcon: typeof import('./components/s-select-icon/index.vue')['default']
- SSvgAndIcon: typeof import('./components/s-svg-and-icon/index.vue')['default']
- SSvgIcon: typeof import('./components/s-svg-icon/index.vue')['default']
- SVerifyCode: typeof import('./components/s-verify-code/index.vue')['default']
+ copy: (typeof import("./components/s-layout-search/index copy.vue"))["default"];
+ "Index copy": (typeof import("./components/s-layout-search/index copy.vue"))["default"];
+ RouterLink: (typeof import("vue-router"))["RouterLink"];
+ RouterView: (typeof import("vue-router"))["RouterView"];
+ SBarcodeDraw: (typeof import("./components/s-barcode-draw/index.vue"))["default"];
+ SCodeView: (typeof import("./components/s-code-view/index.vue"))["default"];
+ SelectIcon: (typeof import("./components/select-icon/index.vue"))["default"];
+ SExternalLinkPage: (typeof import("./components/s-external-link-page/index.vue"))["default"];
+ SFoldPage: (typeof import("./components/s-fold-page/index.vue"))["default"];
+ SFullPage: (typeof import("./components/s-full-page/index.vue"))["default"];
+ SInternalLinkPage: (typeof import("./components/s-internal-link-page/index.vue"))["default"];
+ SLangProvider: (typeof import("./components/s-lang-provider/index.vue"))["default"];
+ SLayoutSearch: (typeof import("./components/s-layout-search/index.vue"))["default"];
+ SLayoutTools: (typeof import("./components/s-layout-tools/index.vue"))["default"];
+ SMainTransition: (typeof import("./components/s-main-transition/index.vue"))["default"];
+ SPinyinPro: (typeof import("./components/s-pinyin-pro/index.vue"))["default"];
+ SQrcodeDraw: (typeof import("./components/s-qrcode-draw/index.vue"))["default"];
+ SRecorderPcm: (typeof import("./components/s-recorder-pcm/index.vue"))["default"];
+ SSelectIcon: (typeof import("./components/s-select-icon/index.vue"))["default"];
+ SSvgAndIcon: (typeof import("./components/s-svg-and-icon/index.vue"))["default"];
+ SSvgIcon: (typeof import("./components/s-svg-icon/index.vue"))["default"];
+ SVerifyCode: (typeof import("./components/s-verify-code/index.vue"))["default"];
}
}
diff --git a/src/components/s-layout-search/index copy.vue b/src/components/s-layout-search/index copy.vue
new file mode 100644
index 0000000..491d11d
--- /dev/null
+++ b/src/components/s-layout-search/index copy.vue
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+ 重置
+
+
+
+
+
+
+ {{ collapsed ? "展开" : "收起" }}
+
+
+
+
+
+
+
+
+
diff --git a/src/components/s-layout-search/index.vue b/src/components/s-layout-search/index.vue
new file mode 100644
index 0000000..125ba2e
--- /dev/null
+++ b/src/components/s-layout-search/index.vue
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+ 重置
+
+
+
+
+
+
+ {{ collapsed ? "展开" : "收起" }}
+
+
+
+
+
+
+
+
+
diff --git a/src/views/component/common-layouts/head-page.vue b/src/views/component/common-layouts/head-page.vue
index 3b71ab9..8de79c0 100644
--- a/src/views/component/common-layouts/head-page.vue
+++ b/src/views/component/common-layouts/head-page.vue
@@ -31,113 +31,41 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
-
-
-
-
-
- 重置
-
-
-
-
-
- 展开
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -145,13 +73,25 @@