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 {