Browse Source

修改样式问题

zengyicheng 2 years ago
parent
commit
9b6e3308c2
1 changed files with 12 additions and 3 deletions
  1. 12 3
      src/components/pages/components/worksDetail3.vue

+ 12 - 3
src/components/pages/components/worksDetail3.vue

@@ -2205,11 +2205,20 @@ export default {
 .sd_score .score_box {
   display: flex;
   align-items: center;
-  justify-content: center;
+  justify-content: flex-start;
   margin-bottom: 15px;
-  /* margin-left: 30px; */
+  margin: 10px 0 0 30px;
+}
+.sd_score .score_box > span:nth-child(1) {
+  margin-right: 20px;
+  text-align-last: justify;
+  max-width: 120px;
+  width: 80px;
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  word-break: break-word;
 }
-
 .sd_score .score_box:last-child {
   margin-bottom: 0;
 }