From 34068cf8dd8d25d169f91a26a394c8e22a611bea Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Mon, 10 Mar 2025 14:11:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E4=BA=A4=E7=8F=AD?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=96=87=E4=BB=B6=E5=90=8D=E7=A7=B0=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86=E6=B7=B1=E5=BA=A6=E4=BD=9C?= =?UTF-8?q?=E7=94=A8=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/data/work.vue | 10 +- .../component/{Paging.vue => my-paging.vue} | 0 .../component/{Table.vue => my-table.vue} | 0 .../{Content.vue => my-content.vue} | 169 ++++++++++-------- .../workconfig/{Search.vue => my-search.vue} | 0 .../consumables/components/addConsTakin.vue | 6 +- src/views/inventory/consumables/index.vue | 69 +++++-- src/views/login/index.vue | 4 +- .../Instead/components/choose-quan-goods.vue | 4 +- .../components/douyin-quan-bind-shop.vue | 4 +- 10 files changed, 165 insertions(+), 101 deletions(-) rename src/views/data/workconfig/component/{Paging.vue => my-paging.vue} (100%) rename src/views/data/workconfig/component/{Table.vue => my-table.vue} (100%) rename src/views/data/workconfig/{Content.vue => my-content.vue} (55%) rename src/views/data/workconfig/{Search.vue => my-search.vue} (100%) diff --git a/src/views/data/work.vue b/src/views/data/work.vue index b28e2a0..13f408d 100644 --- a/src/views/data/work.vue +++ b/src/views/data/work.vue @@ -1,13 +1,13 @@ \ No newline at end of file diff --git a/src/views/data/workconfig/component/Paging.vue b/src/views/data/workconfig/component/my-paging.vue similarity index 100% rename from src/views/data/workconfig/component/Paging.vue rename to src/views/data/workconfig/component/my-paging.vue diff --git a/src/views/data/workconfig/component/Table.vue b/src/views/data/workconfig/component/my-table.vue similarity index 100% rename from src/views/data/workconfig/component/Table.vue rename to src/views/data/workconfig/component/my-table.vue diff --git a/src/views/data/workconfig/Content.vue b/src/views/data/workconfig/my-content.vue similarity index 55% rename from src/views/data/workconfig/Content.vue rename to src/views/data/workconfig/my-content.vue index 3eb005a..1339663 100644 --- a/src/views/data/workconfig/Content.vue +++ b/src/views/data/workconfig/my-content.vue @@ -1,21 +1,38 @@ diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 2f15e6c..395616f 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -93,8 +93,8 @@ const state = reactive({ codeUrl: "", cookiePass: "", loginForm: { - username: "ymf", - password: "123456", + username: "", + password: "", // rememberMe: false, code: "", uuid: "", diff --git a/src/views/tool/Instead/components/choose-quan-goods.vue b/src/views/tool/Instead/components/choose-quan-goods.vue index c959879..220e32b 100644 --- a/src/views/tool/Instead/components/choose-quan-goods.vue +++ b/src/views/tool/Instead/components/choose-quan-goods.vue @@ -101,12 +101,12 @@ export default { } } -::v-deep .el-input--small .el-input__inner { +:deep(.el-input--small .el-input__inner) { height: 36px; line-height: 36px; } -::v-deep .image-slot { +:deep(.image-slot) { width: 100%; height: 100%; display: flex; diff --git a/src/views/tool/Instead/components/douyin-quan-bind-shop.vue b/src/views/tool/Instead/components/douyin-quan-bind-shop.vue index 7fffa65..c24d1da 100644 --- a/src/views/tool/Instead/components/douyin-quan-bind-shop.vue +++ b/src/views/tool/Instead/components/douyin-quan-bind-shop.vue @@ -150,12 +150,12 @@ export default { margin-left: 10px; } } -::v-deep .el-input--small .el-input__inner { +:deep(.el-input--small .el-input__inner) { height: 36px; line-height: 36px; } -::v-deep .image-slot { +:deep(.image-slot) { width: 100%; height: 100%; display: flex;