From 3b34babf0c459b966ac24c9453ed39280f7b53e9 Mon Sep 17 00:00:00 2001
From: lideqin <694785430@qq.com>
Date: Mon, 22 Jan 2024 13:38:07 +0800
Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug80475?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../reviewMeeting/modules/ScoreDetail.vue | 16 +++++++++++++++-
.../module/EnterpriseStandardEvaluateModal.vue | 14 ++++++++++++++
2 files changed, 29 insertions(+), 1 deletion(-)
diff --git a/src/views/enterpriseStandardLibrary/reviewMeeting/modules/ScoreDetail.vue b/src/views/enterpriseStandardLibrary/reviewMeeting/modules/ScoreDetail.vue
index 10ae0086..49cbdd49 100644
--- a/src/views/enterpriseStandardLibrary/reviewMeeting/modules/ScoreDetail.vue
+++ b/src/views/enterpriseStandardLibrary/reviewMeeting/modules/ScoreDetail.vue
@@ -13,7 +13,7 @@
-
{{ item }}
+
{{ item }}
@@ -370,8 +370,22 @@ export default {
display: flex;
flex-direction: column;
align-items: center;
+ .name-div {
+ width: calc(100% - 20px);
+ margin-right: 20px;
+ text-align: center;
+ }
.left-btn {
margin-bottom: 10px;
+ max-width: 100%;
+ /deep/ span {
+ width: 100%;
+ vertical-align: middle;
+ //display: inline-block;
+ overflow-x: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ }
}
}
.right-wrapper {
diff --git a/src/views/enterpriseStandardLibrary/standard/detail/module/EnterpriseStandardEvaluateModal.vue b/src/views/enterpriseStandardLibrary/standard/detail/module/EnterpriseStandardEvaluateModal.vue
index 74c3bb1b..9dd342a2 100644
--- a/src/views/enterpriseStandardLibrary/standard/detail/module/EnterpriseStandardEvaluateModal.vue
+++ b/src/views/enterpriseStandardLibrary/standard/detail/module/EnterpriseStandardEvaluateModal.vue
@@ -370,8 +370,22 @@ export default {
display: flex;
flex-direction: column;
align-items: center;
+ .name-div {
+ width: calc(100% - 20px);
+ margin-right: 20px;
+ text-align: center;
+ }
.left-btn {
margin-bottom: 10px;
+ max-width: 100%;
+ /deep/ span {
+ width: 100%;
+ vertical-align: middle;
+ //display: inline-block;
+ overflow-x: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ }
}
}
.right-wrapper {