lsc 2 anos atrás
pai
commit
56b0ece77b
1 arquivos alterados com 5 adições e 1 exclusões
  1. 5 1
      src/components/pages/components/worksDetail2.vue

+ 5 - 1
src/components/pages/components/worksDetail2.vue

@@ -1646,8 +1646,9 @@ export default {
 .sd_score .score_box {
   display: flex;
   align-items: center;
+  justify-content: center;
   margin-bottom: 15px;
-  margin-left: 15px;
+  /* margin-left: 30px; */
 }
 .sd_score .score_box:last-child {
   margin-bottom: 0;
@@ -1656,6 +1657,9 @@ export default {
 .rate_size >>> .el-rate__icon {
     font-size: 25px;
 }
+.rate_size >>> .el-icon-star-off{
+  font-size: 22px;
+}
 .sd_score span {
   width: 130px;
   text-align: justify;