Просмотр исходного кода

feature_20260512_日报分享ui修改

zhujindu недель назад: 2
Родитель
Сommit
79482a42f0

+ 4 - 1
src/components/shareAtarget.vue

@@ -612,7 +612,7 @@ export default {
 <style lang="scss">
 .shareAtarget {
   p {
-    margin: 10px 0 0 0;
+    margin: 5px 0 0 0;
     font-size: 14px;
     color: #fff !important;
     /* color: #666; */
@@ -624,6 +624,7 @@ export default {
     // padding: 0 4px;
     border-radius: 2px;
     font-size: 14px;
+    padding: 0;
   }
   .rightTitle {
     background-color: unset !important;
@@ -632,6 +633,7 @@ export default {
     // padding: 0 4px;
     border-radius: 2px;
     font-size: 14px;
+    padding: 0;
   }
 
   .colBack {
@@ -672,6 +674,7 @@ export default {
     color: #fff;
     margin-right: 10px;
     border-radius: 3px;
+    padding: 0 5px 0 0;
   }
   .colLabel_KK {
     background: unset !important;

+ 4 - 1
src/components/shareBtarget.vue

@@ -426,7 +426,7 @@ export default {
 <style lang="scss">
 .shareBtarget {
   p {
-    margin: 10px 0 0 0;
+    margin: 5px 0 0 0;
     font-size: 14px;
     color: #fff !important;
     /* color: #666; */
@@ -438,6 +438,7 @@ export default {
     // padding: 0 4px;
     border-radius: 2px;
     font-size: 14px;
+    padding: 0;
   }
   .rightTitle {
     background-color: unset !important;
@@ -446,6 +447,7 @@ export default {
     // padding: 0 4px;
     border-radius: 2px;
     font-size: 14px;
+    padding: 0;
   }
   .colLabel_KK {
     background: unset !important;
@@ -505,6 +507,7 @@ export default {
     color: #fff;
     // margin-right: 10px;
     border-radius: 3px;
+    padding: 0 5px 0 0;
   }
   .colorbalck {
     color: #fff;

+ 1 - 1
src/components/shareReportCustom.vue

@@ -90,7 +90,7 @@ export default {
     // font-weight: bold;
     color: #ffff;
     line-height: vw(63);
-    white-space: pre-wrap;
+    // white-space: pre-wrap;
   }
 }
 </style>