chenrui  3 år sedan
förälder
incheckning
9998915782

+ 15 - 1
src/views/systemManagement/EditSystem/index.vue

@@ -114,7 +114,7 @@
                 <div class="text item">
                   <div class="header-top">
                     <div class="header-mid">
-                      <span :title="item.UserName" class="title">{{
+                      <span :title="item.UserName" class="titles">{{
                         item.UserName
                       }}</span>
                     </div>
@@ -703,6 +703,20 @@ export default {
   text-overflow: ellipsis;
   cursor: pointer;
 }
+.titles {
+  max-width: 101px;
+  min-width: 101px;
+  height: 16px;
+  font-size: 16px;
+  font-weight: 400;
+  color: #303133;
+  // margin-right: 20px;
+  display: block;
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  cursor: pointer;
+}
 // .box-card :hover {
 //   box-shadow: none;
 //   transform: none;

+ 15 - 1
src/views/systemManagement/addSystem/index.vue

@@ -112,7 +112,7 @@
                 <div class="text item">
                   <div class="header-top flex">
                     <div class="header-mid">
-                      <span :title="item.UserName" class="title">{{
+                      <span :title="item.UserName" class="titles">{{
                         item.UserName
                       }}</span>
                     </div>
@@ -683,6 +683,20 @@ export default {
   text-overflow: ellipsis;
   cursor: pointer;
 }
+.titles {
+  max-width: 101px;
+  min-width: 101px;
+  height: 16px;
+  font-size: 16px;
+  font-weight: 400;
+  color: #303133;
+  // margin-right: 20px;
+  display: block;
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  cursor: pointer;
+}
 // .box-card :hover {
 //   box-shadow: none;
 //   transform: none;