diff --git a/src/styles/mdp.scss b/src/styles/mdp.scss index 5adea68b..929ac73d 100644 --- a/src/styles/mdp.scss +++ b/src/styles/mdp.scss @@ -285,24 +285,13 @@ table tr.hover-row{ display:none; } } + -.xl-text{ - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; - max-width:300px; -} -.lg-text{ +.res-text{ text-overflow: ellipsis; overflow: hidden; white-space: nowrap; - max-width:250px; -} -.sm-text{ - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; - max-width:200px; + max-width:20vw; } /** *解决表格固定列无法滚动问题 @@ -378,7 +367,7 @@ table tr.hover-row{ .page-center{ margin:0 auto; max-width: 95vw; - } + } } /*ipad*/ @media only screen and (min-width: 768px) and (max-width: 992px) { diff --git a/src/views/xm/core/components/XmIterationSelect.vue b/src/views/xm/core/components/XmIterationSelect.vue index 88899237..a29610ea 100644 --- a/src/views/xm/core/components/XmIterationSelect.vue +++ b/src/views/xm/core/components/XmIterationSelect.vue @@ -120,16 +120,16 @@