From afd5ee7daad90e273203fbe3092182d60ac111d6 Mon Sep 17 00:00:00 2001 From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com> Date: 星期四, 07 九月 2023 21:11:47 +0800 Subject: [PATCH] 打印bug修复 --- src/views/license/licenseInfo/components/licenseModForm.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/views/license/licenseInfo/components/licenseModForm.vue b/src/views/license/licenseInfo/components/licenseModForm.vue index 7d89284..7bd36aa 100644 --- a/src/views/license/licenseInfo/components/licenseModForm.vue +++ b/src/views/license/licenseInfo/components/licenseModForm.vue @@ -1166,4 +1166,7 @@ height:70%; margin-left:10px; } +.el-input-number{ + width: 100%; +} </style> -- Gitblit v1.9.2