From d141fb0efdbe813d4d03dddb005d753464a3e22d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 29 一月 2023 18:05:36 +0800 Subject: [PATCH] 2023-01-29 --- src/tabviews/custom/components/module/voucher/voucherTable/index.scss | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/module/voucher/voucherTable/index.scss b/src/tabviews/custom/components/module/voucher/voucherTable/index.scss index 197baae..091a093 100644 --- a/src/tabviews/custom/components/module/voucher/voucherTable/index.scss +++ b/src/tabviews/custom/components/module/voucher/voucherTable/index.scss @@ -254,7 +254,7 @@ width: 60px; } .ant-form-item-control-wrapper { - flex: 1; + width: calc(100% - 60px); .ant-select { width: 100%; } -- Gitblit v1.8.0