소스 검색

no message

BF-202210271038\Administrator 3 년 전
부모
커밋
c799878fc5
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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 {
           display: flex;
           justify-content: right;
-
           .text-img {
             display: inline-block;
             padding: 6rpx;
@@ -115,7 +114,7 @@ export default {
             height: 42rpx;
             width: 42rpx;
             box-sizing: border-box;
-
+            margin-right: 10rpx;
             image {
               width: 30rpx;
               height: 30rpx;
@@ -128,6 +127,7 @@ export default {
             height: 42rpx;
             width: 42rpx;
             box-sizing: border-box;
+            margin-right: 5rpx;
             image {
               width: 42rpx;
               height: 42rpx;
@@ -136,7 +136,7 @@ export default {
           }
 
           .text {
-            margin-left: 10rpx;
+
             font-size: 30rpx;
           }
         }