From 8df73aae619b4428decd72b64c5b7410ddcfe033 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 31 Oct 2024 17:12:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=A2=84=E7=BA=A6=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-as-ui/src/styles/table.scss | 1 + .../operation/preregistration/preregistration.vue | 9 +++++---- .../operation/preregistration/preregistrationAdd.vue | 11 ++++++++--- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/yxt-as-ui/src/styles/table.scss b/yxt-as-ui/src/styles/table.scss index 08e9142ddc..cfefe75c49 100644 --- a/yxt-as-ui/src/styles/table.scss +++ b/yxt-as-ui/src/styles/table.scss @@ -28,6 +28,7 @@ border-bottom: 1px solid $table-border-color; } .table-fixed { + height: 100% !important; .el-table__fixed-right { height: 100% !important; //设置高优先,以覆盖内联样式 } diff --git a/yxt-as-ui/src/views/operation/preregistration/preregistration.vue b/yxt-as-ui/src/views/operation/preregistration/preregistration.vue index 3c45793f68..4d75666844 100644 --- a/yxt-as-ui/src/views/operation/preregistration/preregistration.vue +++ b/yxt-as-ui/src/views/operation/preregistration/preregistration.vue @@ -67,14 +67,14 @@
- - - + + + - + @@ -374,5 +374,6 @@ export default { } } + diff --git a/yxt-as-ui/src/views/operation/preregistration/preregistrationAdd.vue b/yxt-as-ui/src/views/operation/preregistration/preregistrationAdd.vue index df26458ee6..8c19b37fbe 100644 --- a/yxt-as-ui/src/views/operation/preregistration/preregistrationAdd.vue +++ b/yxt-as-ui/src/views/operation/preregistration/preregistrationAdd.vue @@ -4,7 +4,6 @@
{{ viewTitle }}
- 选择客户 保存 转维修单 作废 @@ -69,7 +68,14 @@
客户
- {{ formobj.customerName }} + +
+
+ {{ formobj.customerName }} +
+ 选择 +
+
联系电话
@@ -103,7 +109,6 @@ -