From 0c30de314bbc8500121835fca7370fa7ee6f38a9 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Sat, 12 Oct 2024 17:45:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E5=9C=B0=E5=9D=80=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E6=90=9C=E7=B4=A2=E5=8A=9F=E8=83=BD=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/base/section/index.vue | 90 +++++++++++++++++++++++- 1 file changed, 88 insertions(+), 2 deletions(-) diff --git a/sgzb-ui/src/views/base/section/index.vue b/sgzb-ui/src/views/base/section/index.vue index ac64f425..03172d1c 100644 --- a/sgzb-ui/src/views/base/section/index.vue +++ b/sgzb-ui/src/views/base/section/index.vue @@ -21,10 +21,10 @@ 搜索 + + + 搜索 +
@@ -692,4 +766,16 @@ export default { display: flex; align-items: center; } + +.search-container { + display: flex; + margin-bottom: 2px; + + ::v-deep .el-input__inner { + border-radius: 0; + } + .el-button { + border-radius: 0; + } +}