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 @@ -