Browse Source

no message

BF-202210271038\Administrator 3 years ago
parent
commit
c799878fc5
1 changed files with 3 additions and 3 deletions
  1. 3 3
      pages/index/components/contract-list.vue

+ 3 - 3
pages/index/components/contract-list.vue

@@ -106,7 +106,6 @@ export default {
         .text-two {
         .text-two {
           display: flex;
           display: flex;
           justify-content: right;
           justify-content: right;
-
           .text-img {
           .text-img {
             display: inline-block;
             display: inline-block;
             padding: 6rpx;
             padding: 6rpx;
@@ -115,7 +114,7 @@ export default {
             height: 42rpx;
             height: 42rpx;
             width: 42rpx;
             width: 42rpx;
             box-sizing: border-box;
             box-sizing: border-box;
-
+            margin-right: 10rpx;
             image {
             image {
               width: 30rpx;
               width: 30rpx;
               height: 30rpx;
               height: 30rpx;
@@ -128,6 +127,7 @@ export default {
             height: 42rpx;
             height: 42rpx;
             width: 42rpx;
             width: 42rpx;
             box-sizing: border-box;
             box-sizing: border-box;
+            margin-right: 5rpx;
             image {
             image {
               width: 42rpx;
               width: 42rpx;
               height: 42rpx;
               height: 42rpx;
@@ -136,7 +136,7 @@ export default {
           }
           }
 
 
           .text {
           .text {
-            margin-left: 10rpx;
+
             font-size: 30rpx;
             font-size: 30rpx;
           }
           }
         }
         }